Shared Memory MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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
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