Skip to content

Using these docs with any MCP client

View .md Open in ChatGPT Open in Claude

grandocs runs a stateless Model Context Protocol server so any MCP-capable client can search the docs live. One endpoint, no account, no key.

https://grandocs-mcp.samcarlton.com/mcp

Transport is Streamable HTTP (POST /mcp).

Claude Code and Codex take a single command; Cursor and VS Code add the server with a real install deep link. Claude Desktop has no install URL scheme, so the button copies the endpoint — paste it into Settings → Connectors → Add custom connector (Pro/Max/Team/Enterprise).

Claude Code One command in your terminal
claude mcp add --transport http grandocs https://grandocs-mcp.samcarlton.com/mcp
Claude Desktop Settings → Connectors → Add custom connector
https://grandocs-mcp.samcarlton.com/mcp
Codex CLI One command in your terminal
codex mcp add grandocs --url https://grandocs-mcp.samcarlton.com/mcp
Cursor Opens Cursor and adds the server
Add to Cursor
VS Code Opens VS Code and adds the server
Add to VS Code
ToolWhat it does
search_docsFull-text search across all products; returns ranked pages with the page URL and the raw-markdown .md URL.
get_pageReturns the raw markdown of one page by its path (e.g. grandma3/2-4/cue_store).
command_lookupResolves a grandMA keyword (Store, Assign, At, MAtricks…) to its reference page and returns the syntax.
list_products_versionsThe full product / version / language coverage matrix.

Every result ends with a source link and an “unofficial mirror” note so the model cites correctly.

Terminal window
claude mcp add --transport http grandocs https://grandocs-mcp.samcarlton.com/mcp

Any MCP inspector or client can verify it:

Terminal window
npx @modelcontextprotocol/inspector
# point it at https://grandocs-mcp.samcarlton.com/mcp, then run tools/list

A GET of the root returns a small JSON health document listing the tools.