https://docs.tryzuko.com/mcp. Once added, your AI coding agent can search and read the Zuko docs directly — useful when setting up the project locally, configuring services, or navigating the codebase.
What the MCP server provides
| Tool | Description |
|---|---|
search_zuko_docs | Searches the Zuko knowledge base for guides, API references, and code examples |
query_docs_filesystem_zuko_docs | Reads and navigates raw .mdx documentation files |
Add to Claude Code
CLI
Project config
Add to your project’s.mcp.json:
Add to Cursor
Settings UI
Open Cursor Settings → MCP and add a new server.Config file
Add to other MCP-compatible clients
Use the HTTP transport with this URL:Example prompts
Once connected, you can ask your agent things like:- “How do I set up Zuko locally?”
- “What environment variables does the backend need?”
- “How does the AI agents service connect to the backend?”
- “Walk me through the database migration steps.”