CockroachDB
Provides a robust Model Context Protocol (MCP) server for managing model contexts, powered by FastAPI and CockroachDB.
关于
CockroachDB is a production-grade, spec-aligned server for implementing the Model Context Protocol (MCP). It leverages CockroachDB as a resilient, SQL-compatible backend to provide full CRUD APIs for managing model contexts. Context definitions are stored as flexible JSONB, supporting arbitrary input and output schemas, and it integrates seamlessly with the `cockroachdb-mcp-client` CLI for comprehensive management.
主要功能
- REST API for Model Context Protocol (MCP) context management
- 0 GitHub stars
- Robust CRUD APIs for managing model contexts
- Supports CockroachDB as a resilient SQL backend
- Automatic schema bootstrapping for easy setup
- Stores context definitions as JSONB for flexible schema
使用案例
- Storing and managing arbitrary model context definitions
- Serving as a backend for Model Context Protocol (MCP) clients
- Providing CRUD operations for contextual AI model data