Back to directory
kurrent-io/mcp-server

kurrent-io/mcp-server

@kurrent-io

This MCP Server allows users to explore data in KurrentDB by reading, writing or creating projections.

kurrentdbevent-sourcingprojectionsstream-processingdatabasemcp-serverpython

Installation & Configuration

{
  "mcpServers": {
    "KurrentDB": {
      "type": "stdio",
      "command": "uv",
      "args": [
        "--directory",
        "path to mcp-server folder",
        "run",
        "server.py"
      ],
      "env": {
        "KURRENTDB_CONNECTION_STRING": "insert kurrentdb connection here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12