Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YODMCP_PLANNoPricing plan: free, pro, or enterprisefree
YODMCP_MEMORY_DBNoSQLite database path when using durable backend./data/yodmcp_memory.db
YODMCP_TENANT_IDNoSoft quota tenant keydefault
STRIPE_SECRET_KEYNoStripe secret key for enabling live Checkout Sessions
YODMCP_SKILLS_DIRNoOverride the directory for disk skills (auto-detected if not set)
YODMCP_ATTEST_MODENoAttestation mode: software, simulated_tee, nitro, or sgxsoftware
YODMCP_MEMORY_BACKENDNoMemory backend type: memory, sqlite, or durablememory

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
agent_card_resource

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/ANAMIZED/YodMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server