Servers
K
Kurrentdb Mcp Server
@kurrent-io
This is a simple MCP server to help you explore data and prototype projections faster on top of KurrentDB.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"KurrentDB": {
"type": "stdio",
"command": "uv",
"args": [
"--directory",
"C:\\Users\\iamyo\\work\\mcp-server",
"run",
"server.py"
],
"env": {
"KURRENTDB_CONNECTION_STRING": "esdb://localhost:2113?Tls=false"
}
}
}
}