MCP Configgeneral
KurrentDB MCP Config
MCP server configuration from kurrent-io/KurrentDB
.mcp.json
{
"mcpServers": {
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {}
},
"microsoft-docs": {
"type": "http",
"url": "https://learn.microsoft.com/api/mcp",
"description": "Microsoft documentation MCP server for accessing official Microsoft and Azure documentation"
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"description": "Sequential thinking MCP server for complex reasoning and problem-solving workflows"
},
"serena": {
"command": "uvx",
"args": [
"--from", "git+https://github.com/oraios/serena",
"serena", "start-mcp-server",
"--context", "ide-assistant",
"--project", "$(pwd)"
],
"description": "Serena semantic code toolkit for enhanced code navigation and editing"
}
}
}