Shared Memory MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| create_agentic_sessionC | Create a new agentic session with shared context for coordinator and workers |
| get_session_infoC | Get information about an agentic session |
| update_session_statusC | Update the status of an agentic session |
| get_worker_contextC | Get compressed context for a specific worker |
| expand_context_sectionC | Get detailed information for a specific context section |
| get_context_deltaC | Get incremental updates since a specific version |
| publish_work_unitsC | Publish available work units for workers to claim |
| claim_work_unitC | Claim a specific work unit for execution |
| update_work_statusC | Update the status of a work unit |
| add_discoveryC | Add a discovery that other workers can benefit from |
| get_discoveries_sinceC | Get discoveries made since a specific timestamp |
| declare_outputsC | Declare what outputs this worker will produce |
| await_dependencyC | Wait for a dependency to become available |
| publish_outputC | Publish an output for other workers to consume |
| get_session_statsB | Get statistics about the shared memory system |
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/evalops/shared-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server