JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q64752F
  • License MIT

MCP server for exposing ContextKit context to AI agents

Package Exports

  • @runcontext/mcp

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/cli via context serve. Most users do not need to install it separately.

Usage via CLI

npm install @runcontext/cli
context serve --stdio

Or 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

runcontext.dev | GitHub

License

MIT