Back to MCP Servers
Context Provider
Static server that provides persistent tool-specific context and rules for AI models
knowledge-memoryai
By doobidoo
Installation
npx -y MCP-Context-ProviderConfiguration
{
"mcpServers": {
"MCP-Context-Provider": {
"command": "npx",
"args": ["-y", "MCP-Context-Provider"]
}
}
}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