YodMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YODMCP_PLAN | No | Pricing plan: free, pro, or enterprise | free |
| YODMCP_MEMORY_DB | No | SQLite database path when using durable backend | ./data/yodmcp_memory.db |
| YODMCP_TENANT_ID | No | Soft quota tenant key | default |
| STRIPE_SECRET_KEY | No | Stripe secret key for enabling live Checkout Sessions | |
| YODMCP_SKILLS_DIR | No | Override the directory for disk skills (auto-detected if not set) | |
| YODMCP_ATTEST_MODE | No | Attestation mode: software, simulated_tee, nitro, or sgx | software |
| YODMCP_MEMORY_BACKEND | No | Memory backend type: memory, sqlite, or durable | memory |
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_writeC | Persist into multi-graph hierarchical memory. |
| memory_readC | Retrieve from multi-graph memory with embedding similarity. |
| memory_consolidateB | Promote high-importance episodic items into semantic graph. |
| memory_statsA | Node and edge counts across memory levels and graphs. |
| discover_capabilitiesC | Progressive discovery of tools, skills, tasks, A2A. |
| echoC | Connectivity probe. |
| tasks_createC | Create durable async task handle (Tasks extension). |
| tasks_getC | Poll task status/result. |
| tasks_cancelC | Cancel a task. |
| tasks_statsC | Task store stats. |
| skills_listA | List Agent Skills (skills:// resources). |
| a2a_cardD | YodMCP A2A Agent Card. |
| plan_cache_getC | Semantic plan cache lookup. |
| plan_cache_putC | Store plan template for reuse. |
| cache_statsC | Cache statistics. |
| audit_recentD | Recent audit events. |
| attestation_recentD | Recent TRACE claims (cMCP-style). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| agent_card_resource |
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/ANAMIZED/YodMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server