Add CockroachDB MCP Server to Community Servers list #2094
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds a production-grade MCP server implementation using CockroachDB to the Community Servers section of the README. It aligns with existing listing formats and aims to showcase how MCP can leverage a distributed SQL backend for reliability, scale, and schema flexibility.
Server Details
README.md
(Community Servers section)Motivation and Context
CockroachDB offers strong consistency, global scale, and SQL compatibility — making it a natural fit for storing versioned model contexts and serving AI workflows that need operational reliability.
By adding this server to the list:
cockroachdb-mcp-client
) can simulate LLM runs, batch workflows, and integrate with Anthropic, OpenAI, and others.This encourages experimentation with high-availability AI pipelines using an open protocol.
How Has This Been Tested?
README.md
was updated and verified for markdown formatting in GitHub preview.cockroachdb-mcp-client
CLI./debug/sql
,/debug/tables
, and/debug/info
.Breaking Changes
None. This change only updates documentation and links to an external community-hosted server.
Types of changes
Checklist
Additional Context
The server and CLI projects are designed to showcase CockroachDB’s value as a resilient, distributed backend for MCP. The CLI also includes support for multiple LLMs, YAML/JSON schema export, streaming, and simulation.