memory
Server Details
Persistent agent memory paid per call via x402 USDC. Your wallet is your private memory namespace.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 4 of 4 tools scored.
Each tool has a clearly distinct purpose: export for bulk retrieval, search for semantic querying, stats for free metadata, and write for storing data. No overlap or ambiguity.
All tools follow a consistent 'memory_verb' pattern with snake_case (export, search, stats, write), making the naming predictable and easy to understand.
With 4 tools covering core operations (write, search, export, stats), the count is reasonable for a focused memory server, though a slightly broader set could be justified.
The tool set covers write, search, and bulk export, but lacks update and delete operations, which are common for a memory store and could limit agent workflows.
Available Tools
4 toolsmemory_exportAInspect
Export ALL memories in YOUR payer-wallet namespace (up to 1000, newest first). Your data is yours. Paid: $0.01 via x402.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations, so description carries burden. Discloses limit, ordering, and cost but does not confirm non-destructive read-only nature or other behavioral traits like rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short, front-loaded sentences with no waste. Main action stated first, followed by data ownership and cost details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Simple tool with no params and no output schema; description covers purpose, limits, and cost. Could mention output format but not required for minimal viability.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist; schema coverage is 100%. Description adds no param info but is unnecessary. Baseline of 4 applies as schema already sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description explicitly states the tool exports all memories from the user's payer-wallet namespace, specifying limits (up to 1000, newest first). It clearly distinguishes from siblings (search, stats, write) by focusing on full export.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage for exporting data, mentions cost. No explicit when-to-use vs alternatives, but context of 'your data is yours' and sibling names provide implicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
memory_searchAInspect
Semantic search over YOUR stored memories (payer-wallet namespace). Returns top-k by embedding similarity. Paid: $0.002 per search via x402.
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | max results (default 5, cap 20) | |
| query | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It discloses the search type (embedding similarity), return type (top-k), and cost ($0.002 per search). However, it does not mention whether the tool is read-only or if authentication is required, leaving gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, front-loaded with key information. Every word contributes value (search type, namespace, return type, cost). No redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers the main aspects: semantic search, namespace, top-k return, and cost. While it lacks details on embedding similarity and output format, it is sufficient for a simple search tool given no output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50% with only 'k' described. The description adds context: 'max results (default 5, cap 20)' for k, and implies that 'query' is the search text. This compensates for missing schema descriptions for query, but doesn't specify query format or length.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states 'Semantic search over YOUR stored memories', specifying the resource (memories), action (search), and namespace constraint (payer-wallet). This effectively distinguishes it from sibling tools like memory_export, memory_stats, and memory_write.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving relevant memories via semantic similarity and mentions cost. While it doesn't explicitly say when not to use, the sibling names make the search purpose clear. Lacks explicit alternative guidance, but is still helpful.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
memory_statsAInspect
FREE: count + last-write timestamp for any wallet namespace. Content is never returned on the free tier.
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | wallet address |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses a key behavioral trait: 'Content is never returned on the free tier.' This clarifies that the tool does not expose sensitive data. With no annotations, this adds valuable context, though it could also mention idempotence or safety.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: one short sentence with a leading tag 'FREE:' that immediately conveys the key information. Every word earns its place – no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has only one parameter with full schema coverage, no output schema, and simple purpose, the description is nearly complete. It mentions the returned data (count and timestamp) but lacks specifics on output format or error handling, which would be helpful.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% (the parameter 'namespace' is described as 'wallet address'). The tool description adds no new parameter semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns count and last-write timestamp for a wallet namespace. The verb 'count + last-write timestamp' is specific, and the resource 'wallet namespace' distinguishes it from sibling tools like memory_export (exports full data) and memory_search (searches content).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied by the tool's purpose: use when you need stats only. However, the description does not explicitly state when to use this tool versus its siblings, nor does it mention exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
memory_writeAInspect
Store a memory permanently. Namespaced to YOUR paying wallet — your wallet is your private memory store. Semantic-indexed for later search. Paid: $0.001 per write via x402 (payment in _meta['x402/payment']).
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| content | Yes | The memory text (max 8000 chars) |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, description carries full burden. It discloses permanent storage, namespacing, semantic indexing for search, and payment requirement. It does not contradict any annotations (none present). Key behaviors are clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no fluff. The first sentence states the core purpose, the second adds essential details (namespacing, indexing, cost). Every part is meaningful.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple write tool with 2 parameters and no output schema, the description covers purpose, cost, namespacing, and indexing. It does not explain the return value or how tags are used, but these are minor gaps given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50% (only 'content' has a description). The description does not add parameter-specific meaning beyond the schema: it doesn't explain 'tags' or provide format details for 'content'. The context about wallet and payment is useful but not tied to individual parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Store a memory permanently', specifying the verb and resource. It distinguishes from siblings by focusing on writing, while siblings handle export, search, and stats. The namespacing and semantic indexing further clarify its role.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description provides context: namespaced to user's wallet and paid ($0.001 per write via x402). It implies when to use (writing) vs alternatives (search, export, stats). However, it doesn't explicitly state when not to use or exclude scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!