mcp-memory
by opspresso
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the MCP server. | 3000 |
| AWS_REGION | No | AWS region for S3 buckets. | ap-northeast-2 |
| MCP_API_KEY | No | When set, every request must present it as a bearer token. If unset, no authentication is required. | |
| STATE_BUCKET | Yes | Ordinary S3 bucket for counters and the recency index. Required. | |
| VECTOR_INDEX | No | Index within the S3 Vectors bucket. | memories |
| EMBEDDING_DIM | No | Embedding dimension; must match the index's dimension (1024 for Titan v2, 1536 for OpenAI). | 1024 |
| VECTOR_BUCKET | Yes | S3 Vectors bucket holding the memories. Required. | |
| STATS_FLUSH_MS | No | How often a pod pushes its counters. | 30000 |
| EMBEDDING_MODEL | No | Embedding model name (e.g., 'text-embedding-3-small' for OpenAI). | amazon.titan-embed-text-v2:0 |
| EMBEDDING_API_KEY | No | API key for OpenAI-compatible embedding service. Required when EMBEDDING_PROVIDER is 'openai'. | |
| EMBEDDING_BASE_URL | No | OpenAI-compatible base URL. Required when EMBEDDING_PROVIDER is 'openai'. | |
| EMBEDDING_PROVIDER | No | The embedding provider: 'bedrock' or 'openai'. | bedrock |
| RECALL_MIN_SIMILARITY | No | Relevance floor for recall; model-specific. | 0.1 |
| STATS_COMPACT_THRESHOLD | No | Shard count past which a reader folds them in. | 20 |
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 | |
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/opspresso/mcp-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server