mcp-memory-bridge
by yashyegare
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_CLIENT_ID | No | Attribution for this client's writes and log entries. | |
| MCP_DEBUG_LOG | No | Path to a server-side forensic record of every tool call (args, timing, tracebacks). | |
| MCP_MEMORY_DB | No | Which SQLite file to share (also can be passed as a positional argument). | |
| MCP_EMBEDDINGS | No | Set to 'off' for a lean server with no ML stack. | on |
| MCP_PRELOAD_MODEL | No | Set to '1' to load the embedding model at spawn instead of first use. | 0 |
| MCP_ENABLE_DEMO_TOOLS | No | Set to '1' to add the lock_hold(seconds) demo tool for contention demos. | 0 |
| MCP_SQLITE_BUSY_TIMEOUT | No | Milliseconds a write waits for the lock; 0 = fail fast. | 5000 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues