Agent Memory Bridge
by zzhang82
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODEX_HOME | No | Path to the Codex home directory (e.g., %USERPROFILE%\.codex) | |
| AGENT_MEMORY_BRIDGE_HOME | No | Path to the Agent Memory Bridge home directory (e.g., %USERPROFILE%\.codex\mem-bridge) | |
| AGENT_MEMORY_BRIDGE_CONFIG | No | Path to the Agent Memory Bridge configuration file (e.g., %USERPROFILE%\.codex\mem-bridge\config.toml) | |
| AGENT_MEMORY_BRIDGE_RUN_ONCE | No | Set to "1" to run only one cycle instead of continuous operation |
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| storeC | Store one shared memory or signal entry in the bridge. |
| recallC | Recall matching entries or poll for new signals from the bridge. |
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/zzhang82/Agent-Memory-Bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server