LogoSTMCP
Download
MCP-Context-Provider

MCP Context Provider

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.

Tools

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.

Open Graph image for MCP Context Provider

JSON Config

{
  "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"
      }
    }
  }
}

Useful Links

Information