Back to MCP Servers
Context
Self-hosted MCP server that indexes documentation from various sources and serves it to AI Agents with semantic search.
knowledge-memoryaiagent
By dodopayments
Installation
npx -y context-mcpConfiguration
{
"mcpServers": {
"context-mcp": {
"command": "npx",
"args": ["-y", "context-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes