MCP Server
Overview
rs-grid provides a Model Context Protocol (MCP) server published on npm as
rs-grid-mcp. It is a TypeScript
stdio server that exposes the full documentation to Claude Code and any other
MCP-compatible AI agent.
Once registered, the agent can search the documentation, read individual pages, and access the full context index — without leaving the conversation.
Setup
In your own project (npx)
No installation required. Add a .mcp.json file at the root of your project:
Claude Code auto-detects .mcp.json on project open and asks for a one-time
approval. npx -y downloads and runs the latest version automatically.
For VS Code Copilot, create .vscode/mcp.json instead:
CLI registration (user-level, all projects):
In the rs-grid repository (contributors)
The repo contains a pre-configured .mcp.json pointing to the local build.
Build the server once, then Claude Code picks it up automatically:
When working on the MCP source itself, use just mcp-dev to run via tsx
without a build step — changes take effect on the next server restart.