Connect with MCP
Use the Model Context Protocol to give AI tools direct access to this project's documentation. Search pages, list the full table of contents, or fetch any page's content.
Available modes: technical, user_guide. Pass the mode parameter to each tool to select which documentation to query.
Available tools
doc0_get_minimal_contextProject orientation — call this first. Returns project info, current state, top sections, and suggested next tools.
doc0_search_docsSearch the documentation using hybrid vector + full-text retrieval. Returns matching page slugs, titles, and relevance scores.
doc0_list_pagesList all documentation pages grouped by section.
doc0_get_pageGet the full markdown content of a specific documentation page by its slug.
Setup
Claude Code
Run this command in your terminal:
claude mcp add -s user -t http hono https://www.doc0.app/api/mcp/552ca36e-f67e-41c3-a07a-def9bd9551b0/mcpCursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"hono": {
"url": "https://www.doc0.app/api/mcp/552ca36e-f67e-41c3-a07a-def9bd9551b0/mcp"
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"hono": {
"url": "https://www.doc0.app/api/mcp/552ca36e-f67e-41c3-a07a-def9bd9551b0/mcp"
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"hono": {
"url": "https://www.doc0.app/api/mcp/552ca36e-f67e-41c3-a07a-def9bd9551b0/mcp"
}
}
}