MCP Context Provider
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENVIRONMENT | No | Environment-specific context loading (e.g., prod, dev) | |
| AUTO_LOAD_CONTEXTS | No | Whether to automatically load context files at startup | true |
| CONTEXT_CONFIG_DIR | No | Directory path containing the context configuration files | ./contexts |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tool_contextC | Get complete context (rules, syntax, preferences) for a specific tool |
| get_syntax_rulesC | Get syntax-specific rules for a tool category |
| list_available_contextsB | List all loaded context categories and their descriptions |
| apply_auto_correctionsB | Apply auto-correction patterns from matching contexts to text |
| build_injectionC | Build a complete injection payload (contexts + instincts) for a tool/input combination |
| list_instinctsB | List all loaded instincts with their confidence scores |
| store_instinctA | Store a new instinct candidate. Created as inactive with auto approval — use approve_instinct for human approval. |
| approve_instinctA | Approve an instinct for active use (sets approved_by to human) |
| reject_instinctB | Reject/deactivate an instinct and lower its confidence |
| record_outcomeB | Record a positive, negative, or neutral outcome for an instinct |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doobidoo/MCP-Context-Provider'
If you have feedback or need assistance with the MCP directory API, please join our Discord server