1. get_tool_context
Get context rules for specific tool.
2. get_syntax_rules
Get syntax conversion rules.
3. list_available_contexts
List all loaded context categories.
4. apply_auto_corrections
Apply automatic syntax corrections.
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.
{
"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"
}
}
}
}