dodopayments/contextmcp
Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search.
Quick Start
Clone the repository:
git clone https://github.com/dodopayments/context-mcpClaude Desktop configuration example:
{
"mcpServers": {
"context-mcp": {
"command": "npx",
"args": [
"-y",
"dodopayments/contextmcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.