MCP server
A remote MCP server that gives your coding assistant this documentation as it is published today.
MCP
https://statementbear.com/api/mcpConnect it#
Claude Desktop keeps that JSON in claude_desktop_config.json, Cursor in ~/.cursor/mcp.json, VS Code in .vscode/mcp.json beside the project. Any client that supports a remote MCP server works: it is one HTTP URL with no authentication and no session to manage.
Tools#
| Tool | What it does |
|---|---|
search_documentation | Finds the pages and headings matching a question, with a summary of each. |
get_documentation_page | Returns a whole page as Markdown, by path or slug. |
list_documentation_pages | Every page, its section and its summary. |
Every page is also exposed as an MCP resource, for clients that attach documents instead of calling tools.
Without MCP#
Every page is served as Markdown at its own URL with a .md suffix. There is an index at /docs/llms.txt and the whole documentation in one file at /docs/llms-full.txt. The Copy page button copies the Markdown of the page you are on.
Something wrong or missing on this page? [email protected]