feat: add MCP server configuration for Serena and Context7

This commit is contained in:
2025-09-08 13:22:49 +02:00
parent d748a1c332
commit cd2d8f5ab9

19
.mcp copy.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"
}
}
}