context-mcp

odyrsohn/context-mcp
★ 0 stars Python Memory/Knowledge Updated 12d ago
Retrieval-augmented knowledge service exposed as an MCP server, with LangSmith tracing and a CI-gated offline eval suite
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": {
    "context-mcp": {
      "command": "uvx",
      "args": [
        "context-mcp"
      ]
    }
  }
}

Or install with pip: pip install context-mcp

README Excerpt

A retrieval-augmented knowledge service exposed as a [Model Context Protocol](https://modelcontextprotocol.io) server. It ingests a small corpus, chunks and embeds it into pgvector-backed Postgres, and answers queries through two MCP tools — `search(query)` and `answer(query)` — the second returning an answer grounded in, and citing, the chunks it

Tools (7)

DATABASE_URLEMBED_MODELLANGSMITH_API_KEYLANGSMITH_PROJECTOPENAI_API_KEYTOP_KVECTOR_TABLE