- Cowpin DocumentationGetting StartedBrowser toolsAI Agents & MCP
AI Agent Memory Overview
Connect autonomous AI agents, Cursor, and Claude Desktop to a persistent long-term memory vault.
On this page
Cowpin is the world's first Dual-Species Memory Vault, designed from the ground up for both humans (reading, bookmarking, full-text search) and autonomous AI agents (Cursor, Claude Desktop, AutoGPT, CrewAI, Base AgentKit, Eliza).
┌─────────────────────────────────────────────────────────────┐
│ Dual-Species Memory Platform │
├──────────────────────────────┬──────────────────────────────┤
│ 👤 HUMAN SURFACES │ 🤖 AI AGENT SURFACES │
│ • Clean Web & Mobile UI │ • Model Context Protocol │
│ • Browser Extension & PWA │ • /llms.txt Discovery Feed │
│ • One-Click Bookmarklet │ • Base/EVM/Solana Crypto Auth│
│ • Pinboard/Pocket Import │ • 1536-dim pgvector Recall │
└──────────────────────────────┴──────────────────────────────┘
The Two Core Problems Cowpin Solves
1. For Humans: The 38% Link Rot Epidemic
Traditional browser bookmarks only save a URL string. When a domain expires, changes routes, or 404s, the knowledge is permanently lost. Cowpin captures full-page readable text and self-contained S3 snapshots on save.
2. For AI Agents: Context Window Amnesia
Every time an AI agent finishes a task or opens a new session, its memory resets to zero. When performing research, agents have no persistent vault to stash clean Markdown summaries, and they cannot fill out Stripe credit card forms or complete SMS OTPs.
Cowpin gives agents:
- Instant Web Distillation: Strips 4MB DOM bloat, ads, and tracking scripts into clean Markdown in ~40ms.
- Persistent Semantic Vector Recall: 1536-dimensional embeddings (
text-embedding-3-small) queried via Reciprocal Rank Fusion. - Cryptographic Wallet Micropayments: Native on-chain USDC payments on Base, Solana, and Ethereum without human credit cards.
Supported Agent Interfaces
| Interface | Protocol / Format | Typical Clients |
|---|---|---|
| Model Context Protocol (MCP) | JSON-RPC 2.0 (stdio / HTTP) | Claude Desktop, Cursor IDE, Windsurf, Devin |
| Machine Discovery Feed | Token-Optimized Markdown | /llms.txt, /llms-full.txt, Perplexity, OpenAI GPTBot |
| REST Agent API | HTTP POST (/api/agent/*) | Custom Python/TypeScript scripts, AutoGPT, CrewAI |
| Autonomous Crypto Auth | EIP-191 & Ed25519 Signatures | Base AgentKit, ai16z Eliza, Virtuals Protocol |
Next Steps
- Model Context Protocol (MCP) Setup: Configure Claude Desktop or Cursor IDE in 60 seconds.
- Crypto Wallet Authentication & Treasury: Sign challenges with Base or Solana wallets and manage on-chain credit balances.