mcp: migrated serena to run inside a docker
This commit is contained in:
34
.mcp.json
34
.mcp.json
@@ -1,28 +1,26 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"serena": {
|
"serena": {
|
||||||
"command": "uvx",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"--from",
|
"run",
|
||||||
"git+https://github.com/oraios/serena",
|
"--rm",
|
||||||
"serena",
|
"-i",
|
||||||
"start-mcp-server",
|
"--network", "host",
|
||||||
"--enable-web-dashboard",
|
"-v", "./:/workspaces/projects",
|
||||||
"false"
|
"ghcr.io/oraios/serena:0.1.4",
|
||||||
]
|
"serena", "start-mcp-server",
|
||||||
|
"--transport", "stdio",
|
||||||
|
"--project", "/workspaces/projects",
|
||||||
|
"--enable-web-dashboard", "false"
|
||||||
|
],
|
||||||
|
"autoApprove": {
|
||||||
|
"commands": ["*"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"context7": {
|
"context7": {
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://mcp.context7.com/mcp"
|
"url": "https://mcp.context7.com/mcp"
|
||||||
},
|
|
||||||
"git": {
|
|
||||||
"command": "uvx",
|
|
||||||
"args": [
|
|
||||||
"mcp-server-git"
|
|
||||||
],
|
|
||||||
"env": {
|
|
||||||
"MCP_GIT_ALLOW": "/home/knee-cola/web-pro/evidencija-rezija"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user