Add comprehensive MCP server configuration including: - Serena AI assistant with web dashboard disabled - Context7 documentation server for library lookups - Git server with repository access permissions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
28 lines
534 B
JSON
28 lines
534 B
JSON
{
|
|
"mcpServers": {
|
|
"serena": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena",
|
|
"start-mcp-server",
|
|
"--enable-web-dashboard",
|
|
"false"
|
|
]
|
|
},
|
|
"context7": {
|
|
"type": "http",
|
|
"url": "https://mcp.context7.com/mcp"
|
|
},
|
|
"git": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-git"
|
|
],
|
|
"env": {
|
|
"MCP_GIT_ALLOW": "/home/knee-cola/web-pro/evidencija-rezija"
|
|
}
|
|
}
|
|
}
|
|
} |