MCP.so
Sign In
Servers

ContextMCP

@dodopayments

Self-hosted MCP server for your documentation

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "context-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "contextmcp",
        "init"
      ],
      "env": {
        "PINECONE_API_KEY": "your_pinecone_key",
        "OPENAI_API_KEY": "your_openai_key"
      }
    }
  }
}

More from Other