Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 583 Bytes

File metadata and controls

35 lines (26 loc) · 583 Bytes

Cursor Integration

Setup

  1. Install docs-haven:
pip install docs-haven
  1. Add to Cursor MCP settings:

Project-level: .cursor/mcp.json Global: ~/.cursor/mcp.json

{
  "mcpServers": {
    "docs-haven": {
      "command": "python",
      "args": ["-m", "docs_haven.server"]
    }
  }
}
  1. Restart Cursor.

Usage

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"