- Install docs-haven:
pip install docs-haven- Add to Cursor MCP settings:
Project-level: .cursor/mcp.json
Global: ~/.cursor/mcp.json
{
"mcpServers": {
"docs-haven": {
"command": "python",
"args": ["-m", "docs_haven.server"]
}
}
}- Restart Cursor.
Cursor's AI chat will automatically have access to all 16 DocsHaven tools.
Try:
- "Search my knowledge base for async patterns"
- "Add the fastapi docs to my knowledge base"
- "Show me all collections in my knowledge base"