Labsco
MCP SERVER

AgentMemory MCP

by clauxel

A hosted, token-gated memory endpoint for agents — read-only by design.

Agent Memory
Summary
Read-only on purpose, which narrows what a bad prompt can do.

Agent memory is the kind of store where a delete tool is a liability, and this one does not ship with any. The token is the whole access model — one bearer credential, claimed once — so treat losing it as losing the account, and paste only the token value into your client rather than the full header.

What it is

A paid remote MCP server for persistent agent memory, run by the vendor. There is no local process: you point a client at a URL and authenticate with a bearer token.

What you get
  • A fixed tool surface for agent memory, plus analytics and search-readiness, reachable over Streamable HTTP
  • A published server card at a `.well-known` URL, so a client can discover the server's capabilities before connecting
  • A deliberate capability boundary: no arbitrary shell execution, no arbitrary SQL, no deployment controls, no deletion tools, no edits to payment configuration
Requirements

Version 0.1.0, hosted at `https://agentmemory.space/mcp` over Streamable HTTP — nothing to install. Any client that supports remote Streamable HTTP servers will do; configure the URL and pass `Authorization: Bearer <token>`. The token is issued once, after checkout and a token claim, and goes in your client's secret field rather than a config file you might commit.