A static MCP server providing AI models with persistent tool context that survives across chat sessions, preventing context loss and automatically injecting tool-specific rules, syntax preferences, and best practices at Claude Desktop startup.
Get context rules for specific tool.
Get syntax conversion rules.
List all loaded context categories.
Apply automatic syntax corrections.
{
"mcpServers": {
"context-provider": {
"command": "/path/to/mcp-context-provider/venv/bin/python",
"args": ["/path/to/mcp-context-provider/context_provider_server.py"],
"env": {
"CONTEXT_CONFIG_DIR": "/path/to/mcp-context-provider/contexts",
"AUTO_LOAD_CONTEXTS": "true"
}
}
}
}