mcp-docqa-server

saivarun161/mcp-docqa-server
★ 0 stars Python AI/LLM Updated today
MCP server for document Q&A — the retrieval half of RAG as reusable infrastructure: semantic search over pgvector/SQLite, OpenAI or keyless embeddings, PubMed ingestion, recall-gated CI
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": {
    "mcp-docqa-server": {
      "command": "uvx",
      "args": [
        "mcp-docqa-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-docqa-server

Topics

embeddingsllmmcppgvectorpythonragsemantic-search