Stompy – AI Memory for Claude & MCP Agents
Persistent AI memory with semantic search, conflict detection, and ticketing.
Install
mcp_config.json
{
"mcpServers": {
"ai-stompy-stompy": {
"url": "https://mcp.stompy.ai",
"type": "streamable-http"
}
}
}Documentation
Stompy – AI Memory for Claude & MCP Agents
Persistent memory system that prevents context loss between AI sessions. Store, search, and recall project knowledge across conversations.
Features
- Semantic Search — Hybrid keyword + vector search over your project contexts
- Conflict Detection — NLI-powered contradiction detection across stored knowledge
- Ticket Management — Built-in ticketing with state machines per ticket type
- Document Ingestion — Upload and process documents with AI chunking
- Multi-Project — Isolated storage per project with cross-project search
Quick Start
VS Code / Cursor / Windsurf
Search @mcp stompy in the extensions gallery, or add manually:
// .vscode/mcp.json
{
"servers": {
"stompy": {
"type": "http",
"url": "https://mcp.stompy.ai"
}
}
}
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"stompy": {
"url": "https://mcp.stompy.ai"
}
}
}
Claude Code
claude mcp add stompy --transport streamable-http https://mcp.stompy.ai
Tools
| Tool | Description |
|---|---|
lock_context | Store content as immutable versioned snapshot |
recall_context | Retrieve locked context by topic |
context_search | Hybrid semantic + keyword search |
ticket | CRUD + lifecycle for project tickets |
ticket_board | View ticket board grouped by status |
detect_conflicts | Detect contradictions using NLI |
ingest_document | Ingest documents with AI processing |
project_create | Create a new project with isolated storage |
db_query | Read-only SQL queries against project database |
Authentication
Stompy uses OAuth2 authentication. On first connection, your MCP client will prompt you to authorize via browser.
Links
- Website: stompy.ai
- MCP Endpoint:
https://mcp.stompy.ai
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822