Files
evidencija-rezija/.mcp.json
Nikola Derežič 3d7d5ed009 feat: configure MCP servers for Serena, Context7 and Git integration
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>
2025-08-29 22:31:28 +02:00

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"
}
}
}
}