Back to directory
cockroachdb-mcp-server

cockroachdb-mcp-server

@amineelkouhen9

A natural language interface for LLMs and agentic applications to manage, monitor, and query data in CockroachDB, integrating seamlessly with MCP clients.

cockroachdbdatabasesqlnatural-languagellm-agent

Installation & Configuration

{
  "mcpServers": {
    "cockroach-mcp-server": {
      "type": "stdio",
      "command": "/opt/homebrew/bin/uvx",
      "args": [
        "--from",
        "git+https://github.com/amineelkouhen/mcp-cockroachdb.git",
        "cockroachdb-mcp-server",
        "--url",
        "postgresql://localhost:26257/defaultdb"
      ]
    }
  }
}

Information

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