FREE MCP v3.0.0-alpha.14

agentdb

Self-learning vector memory for AI agents — single-file .rvf cognitive container with HNSW search, episodic Reflexion memory, causal graph + Cypher, 9 RL algorithms, Thompson Sampling bandit, 41 MCP tools, hybrid (BM25 + dense) retrieval, GNN attention. 1

View on npm Source

Install

# CLI install
npm install -g agentdb

MCP client config

{
  "command": "npx",
  "args": ["-y", "agentdb"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
agentdb
Version
3.0.0-alpha.14
Author
ruvnet
Published
2026-05-06
Keywords
agentdb, vector-database, vector-store, vector-search, ai-agents, agent-memory, agentic-ai, agentic

Related MCPs

Browse all MCPs →