21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"mcpServers": {
|
|
"serena": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena",
|
|
"start-mcp-server",
|
|
"--context",
|
|
"ide-assistant",
|
|
"--enable-web-dashboard",
|
|
"false",
|
|
"--project",
|
|
"/Users/pukpuk/claude-code-tools"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |