feat: add MCP configuration for Serena and Context7 servers

This commit is contained in:
2025-08-29 22:19:08 +02:00
parent 55f64ebca5
commit 85c69756b7

19
.mcp.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}
}