
Agentmemorymcp Mcp
- Updated May 21, 2026
- clauxel/agentmemory-mesh-mcp
AgentMemory Mesh is an MCP server that provides paid remote agent memory with verdicts, receipts, usage logs, and audit-oriented tool responses.
About
AgentMemory Mesh is a paid remote MCP server for developers who are tired of re-explaining project context every time an agent starts a fresh thread. You point your MCP-capable client at the Clauxel endpoint, authenticate with a Bearer token, and invoke tools that persist and retrieve agent memory while returning verdicts, receipts, usage logs, and audit-friendly detail. founders shipping agent products benefit when memory must survive across days, repos, or teammates without self-hosting a vector or note stack. It is not a substitute for your production database or user-facing memory product unless you deliberately architect it that way. Relative to a local MEMORY.md skill, this is a hosted protocol integration with commercial auth and structured operational receipts.
- AgentMemory Mesh remote MCP with verdicts, receipts, usage logs, and audit-oriented responses
- Streamable-http endpoint at agentmemorymcp.clauxel.com with Bearer token auth
- Paid Clauxel-hosted service tagged agent-memory-mcp and agent-tools
- Open-source repository on GitHub under clauxel/agentmemory-mesh-mcp
Agentmemorymcp Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http agentmemorymcp-mcp https://agentmemorymcp.clauxel.com/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Last updated | May 21, 2026 |
| Repository | clauxel/agentmemory-mesh-mcp ↗ |
What it does
Give coding agents durable memory across sessions via a paid remote MCP that returns verdicts, receipts, usage logs, and audit-ready records.
Who is it for?
Best when you're running long-horizon agent projects and want managed memory over MCP instead of rolling custom persistence.
Skip if: Skip if you only need in-repo notes, offline-only workflows, or strict data residency without a third-party hosted service.
What you get
Connecting the mesh MCP lets your agent read and write durable memory with logged usage and receipts you can trace when debugging or reviewing changes.
- Remote MCP registration for agentmemorymcp.clauxel.com
- Memory read/write tool outcomes with verdict and receipt payloads
- Usage log and audit-oriented metadata from tool responses
By the numbers
- Server version 1.0.0 in the public registry entry
- One streamable-http remote URL with mandatory Bearer Authorization
- Publisher tags include agent-memory-mcp, remote-mcp, and paid-mcp
README.md
AgentMemory Mesh MCP
AgentMemory Mesh remote MCP for agent memory MCP.
Paid remote MCP for agent memory MCP, structured receipts, usage logs, and audit-ready evidence for agent and CI workflows.
Public Endpoints
- Website: https://agentmemorymcp.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605
- MCP endpoint: https://agentmemorymcp.clauxel.com/mcp
- Server card: https://agentmemorymcp.clauxel.com/server-card.json
- Registry name:
com.clauxel.agentmemorymcp/agentmemorymcp-mcp
Access
This is a paid hosted remote MCP. Production calls require a bearer token issued from the product website.
Authorization: Bearer <token>
Unauthenticated browser visits to /mcp return a clear JSON error instead of internal details.
Tools
memory_smart_searchmemory_save_observationmemory_session_summarymemory_graph_query
Quick Start
- Open the website and choose a plan.
- Create or request an API token.
- Add the endpoint to an MCP client that supports Streamable HTTP remote servers.
- Send JSON-RPC requests with the bearer token.
Useful Links
- Product page: https://agentmemorymcp.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605
- Pricing: https://agentmemorymcp.clauxel.com/?utm_source=github&utm_medium=directory&utm_campaign=sbl202605#pricing
- Server card: https://agentmemorymcp.clauxel.com/server-card.json
- MCP endpoint: https://agentmemorymcp.clauxel.com/mcp
Status
This repository is a public documentation and directory-submission reference for the hosted service. It does not contain the private production source code.
Recommended MCP Servers
How it compares
Hosted agent-memory MCP with billing and receipts, not a local markdown skill or generic database MCP.
FAQ
Who is AgentMemory Mesh for?
It is for developers using MCP agents who need cross-session memory with usage logs and audit-style receipts from a managed service.
When should I use AgentMemory Mesh?
Use it while building or operating agent workflows whenever context must persist beyond a single conversation or machine.
How do I add AgentMemory Mesh to my agent?
Configure the remote MCP URL https://agentmemorymcp.clauxel.com/mcp with streamable-http and supply a Bearer token from the product website in Authorization.