docsense

harshitdev20/docsense
★ 0 stars Python AI/LLM Updated today
MCP server deployed to cloud
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": {
    "docsense": {
      "command": "uvx",
      "args": [
        "docsense"
      ]
    }
  }
}

Or install with pip: pip install docsense

README Excerpt

A Retrieval-Augmented Generation (RAG) based MCP server for Claude Desktop that answers questions from custom documents using semantic search. - RAG using FAISS - Sentence Transformers embeddings - Google Gemini integration - MCP compatible with Claude Desktop - Docker support - Python - MCP (FastMCP)