16 lines
264 B
JSON
16 lines
264 B
JSON
{
|
|
"mcpServers": {
|
|
"serena": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena-mcp-server",
|
|
"--enable-web-dashboard",
|
|
"false"
|
|
]
|
|
}
|
|
}
|
|
}
|