@runcontext/mcp
v0.6.1
Published
MCP server that serves semantic metadata to AI agents. Connect your data catalog to Claude Code, Cursor, Copilot, Windsurf, and any MCP-compatible tool.
Maintainers
Readme
@runcontext/mcp
The MCP (Model Context Protocol) implementation for RunContext. Exposes semantic plane metadata to AI agents over stdio or HTTP.
This package is included in
@runcontext/cliviacontext serve. Most users do not need to install it separately.
Usage via CLI
npm install @runcontext/cli
context serve --stdioOr in your MCP client config:
{
"mcpServers": {
"runcontext": {
"command": "npx",
"args": ["@runcontext/cli", "serve", "--stdio"]
}
}
}8 MCP tools: search, explain, validate, tier, golden-queries, guardrails, list-products, get-product.
During the Curate step of the setup wizard, your AI agent (Claude Code, Cursor, Copilot) uses these MCP tools to query the database and write Gold-quality metadata.
Documentation
License
MIT
