pydocs-mcp

msobroza/pydocs-mcp
★ 0 stars Python Database Updated 1mo ago
Local Python documentation indexing and search MCP server with optional Rust acceleration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pydocs-mcp": {
      "command": "uvx",
      "args": [
        "pydocs-mcp"
      ]
    }
  }
}

Or install with pip: pip install pydocs-mcp

README Excerpt

Local Python docs MCP server — indexes your project + installed deps. Zero network. SQLite FTS5 + BM25. Optionally accelerated with Rust. ```bash pip install maturin cd pydocs-mcp && maturin develop --release pip install -e . ``` ```bash pydocs-mcp serve /path/to/project pydocs-mcp serve . --depth 2 --workers 8

Tools (5)

get_package_docinspect_modulelist_packagessearch_apisearch_docs
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →