Skip to main content
Knowledge & MemoryTypeScript

dodopayments/contextmcp

Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search.

knowledge-memorycloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/dodopayments/context-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "dodopayments/contextmcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
dodopayments