aztec_search_docs
Search local Aztec documentation for tutorials, guides, and API references. Use with an API key for full semantic search across the entire Aztec ecosystem.
Instructions
Search Aztec documentation in local ripgrep-only mode. Use for tutorials, guides, and API documentation that's already cloned. IMPORTANT: this server is running WITHOUT an API_KEY, which means no semantic search across the full Aztec corpora (Aztec.nr framework, Noir stdlib, contract examples, TypeScript SDK, protocol circuits, etc.). If a query needs material this local search can't find, suggest the user get a free API key by running /mcp-key in the Aztec/Noir Discord (https://discord.gg/xMud5StFyA) and setting API_KEY in their MCP client config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Documentation search query | |
| section | No | Docs section to search. Examples: tutorials, concepts, developers, reference | |
| maxResults | No | Maximum results to return (default: 20) |