{
  "markdown": "# Stompy – AI Memory for Claude & MCP Agents\n\nPersistent memory system that prevents context loss between AI sessions. Store, search, and recall project knowledge across conversations.\n\n## Features\n\n- **Semantic Search** — Hybrid keyword + vector search over your project contexts\n- **Conflict Detection** — NLI-powered contradiction detection across stored knowledge\n- **Ticket Management** — Built-in ticketing with state machines per ticket type\n- **Document Ingestion** — Upload and process documents with AI chunking\n- **Multi-Project** — Isolated storage per project with cross-project search\n\n## Quick Start\n\n### VS Code / Cursor / Windsurf\n\nSearch `@mcp stompy` in the extensions gallery, or add manually:\n\n```json\n// .vscode/mcp.json\n{\n  \"servers\": {\n    \"stompy\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.stompy.ai\"\n    }\n  }\n}\n```\n\n### Claude Desktop\n\nAdd to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"stompy\": {\n      \"url\": \"https://mcp.stompy.ai\"\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add stompy --transport streamable-http https://mcp.stompy.ai\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `lock_context` | Store content as immutable versioned snapshot |\n| `recall_context` | Retrieve locked context by topic |\n| `context_search` | Hybrid semantic + keyword search |\n| `ticket` | CRUD + lifecycle for project tickets |\n| `ticket_board` | View ticket board grouped by status |\n| `detect_conflicts` | Detect contradictions using NLI |\n| `ingest_document` | Ingest documents with AI processing |\n| `project_create` | Create a new project with isolated storage |\n| `db_query` | Read-only SQL queries against project database |\n\n## Authentication\n\nStompy uses OAuth2 authentication. On first connection, your MCP client will prompt you to authorize via browser.\n\n## Links\n\n- **Website**: [stompy.ai](https://stompy.ai)\n- **MCP Endpoint**: `https://mcp.stompy.ai`\n",
  "bytes": 2002,
  "sha": "0b9777bbb236863165572b6356bbd7addbd4605e0151716b5c0db748649dfc37",
  "repo_slug": "banton/stompy-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_stompy_stompy_469ffed2/readme"
}