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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tool_contextA | Get complete context (rules, syntax, preferences) for a specific tool |
| get_syntax_rulesC | Get syntax-specific rules for a tool category |
| list_available_contextsA | List all loaded context categories and their descriptions |
| apply_auto_correctionsC | Apply auto-correction patterns from matching contexts to text |
| build_injectionB | 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_instinctA | 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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