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>
This commit is contained in:
11
.mcp.json
11
.mcp.json
@@ -15,9 +15,14 @@
|
|||||||
"type": "http",
|
"type": "http",
|
||||||
"url": "https://mcp.context7.com/mcp"
|
"url": "https://mcp.context7.com/mcp"
|
||||||
},
|
},
|
||||||
"github": {
|
"git": {
|
||||||
"type": "http",
|
"command": "uvx",
|
||||||
"url": "https://api.githubcopilot.com/mcp"
|
"args": [
|
||||||
|
"mcp-server-git"
|
||||||
|
],
|
||||||
|
"env": {
|
||||||
|
"MCP_GIT_ALLOW": "/home/knee-cola/web-pro/evidencija-rezija"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user