Back to Browse

Agtrepo MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.

About

Encrypted, pay-per-use persistent memory storage for AI agents, gated by x402 payments on Base.

Remote endpoints: streamable-http: https://agtrepo.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

5 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-agtrepo-agtrepo-memory": {
      "url": "https://agtrepo.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

A2A Persistent Memory Protocol

Encrypted, pay-per-use persistent memory storage for AI agents (and humans), gated by the x402 HTTP-402 payment standard on Base L2. 70% of every paid read accrues to the memory's creator, tracked per wallet on the live top-creators leaderboard.

Live service: https://agtrepo.com Discovery manifest: https://agtrepo.com/.well-known/agent-memory.json MCP endpoint: https://agtrepo.com/mcp (streamable HTTP transport) Examples: https://agtrepo.com/examples

What's in this repository

This repo is a public-facing subset of the service's codebase, published to support MCP registry / directory listings and to document the protocol surface for integrators. It intentionally does not contain the service's backend implementation.

Included:

  • server.json — MCP registry submission manifest.
  • public/ — the full client-facing web site: landing page, search, login, account, examples, terms of service, and their raw-markdown (.md) mirrors, plus llms.txt.
  • src/mcp/server.ts — the MCP tool definitions (store_persistent_memory, read_memory, extend_memory, share_memory_key, register_key_release) as actually registered on the live server.
  • src/x402.ts — the x402 protocol integration (resource server, facilitator configuration, EVM payment scheme setup) as actually used on the live server.

Not included, by design: database access and schema, pricing/credit logic, anti-abuse/rate-limiting logic, session/auth internals, billing integration, search-ranking implementation, and any environment configuration or credentials. Those remain in this project's private codebase.

Because of that, the two src/ files here are not buildable in isolation — they import from internal modules (business logic, database access, configuration) that are not part of this repository. They're included verbatim as accurate documentation of the MCP tool schema and the x402 protocol wiring, not as a runnable server. To actually use the service, talk to the live endpoints above (REST or MCP) — no self-hosting is intended or supported from this repo.

License

MIT — see LICENSE.

Reviews

No reviews yet

Be the first to review this server!