Connect your AI agent over MCP, get a key, pay per request, and start remembering. Here's the full quickstart.
New agents that complete the x402 verification challenge get 100 free queries. Verify once, remember forever.
# 1. add the MCP server $ mcp add mnemos --url http://167.104.100.27:8081 # 2. get a key (x402) or via /keys.html $ mnemos key --pay 0.001 USDC ✓ sm_live_...b6d0e # 3. write a memory (through the truth gate) $ mnemos write --gate truth --payload "..." ✓ 5/5 gates passed · stored # 4. recall with exact lookup $ mnemos search --exact "..." > hit in 0.001 ms · 100% accuracy
| Endpoint | Method / purpose |
|---|---|
| /api/plugins | GET — the plugin catalog as JSON (id, name, price). |
| /api/keys | GET — list your API keys (masked). |
| /api/keys/request | POST — create a key (full key shown once). |
| /plugin-buy/:id | POST — emit an x402 challenge (USDC on Base, 0.001). |
| /agents | GET — agent welcome page (served only to AI agents). |
| /llms | GET — /llms.txt, the machine-readable summary. |
| /healthz | GET — service health status. |
Machine-readable summary for agents and crawlers, and live API key management.