CO

CockroachDB

Created 4 months ago

Natural language interface for managing and querying CockroachDB.

development database MCP CockroachDB AI

What is CockroachDB?

MCP server enabling AI agents and LLMs to manage, monitor, and query **[CockroachDB](https://www.cockroachlabs.com/)** using natural language.

Documentation

CockroachDB MCP Server

Overview

The CockroachDB MCP Server is a natural language interface designed for LLMs and agentic applications to manage, monitor, and query data in CockroachDB. It integrates seamlessly with MCP clients, enabling AI-driven workflows to interact directly with your database.

Features

  • Natural Language Queries
  • Search & Filtering
  • Cluster Monitoring
  • Database Operations
  • Table Management
  • Seamless MCP Integration
  • Scalable & Lightweight

Installation

The CockroachDB MCP Server supports the stdio transport. Support for the streamable-http transport will be added in a future release.

Configuration

The CockroachDB MCP Server can be configured via command-line arguments or environment variables.

Integrations

Integrate this MCP Server with development frameworks like OpenAI Agents SDK or using tools like Claude Desktop, VS Code, or Augment.

License

This project is licensed under the MIT License.

Server Config

{
  "mcpServers": {
    "cockroachdb-server": {
      "command": "npx",
      "args": [
        "cockroachdb"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 17, 2025
Updated At: Aug 07, 2025
Author: Amine El Kouhen
Category: community
License: MIT License
Tags:
development database MCP