streamable-httpupdated 6mo ago
Persistent memory system that prevents context loss between AI sessions. Store, search, and recall project knowledge across conversations.
Este repositório foi arquivado pelo dono. Continua funcionando, mas não recebe atualizações.
O que dá para fazer com Stompy – AI Memory for Claude & MCP Agents?
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
Instalação
Adicione Stompy – AI Memory for Claude & MCP Agents ao seu cliente. Escolha o que você usa.
claude mcp add --transport http stompy-ai-memory-for-claude-mcp-agents https://mcp.stompy.aicodex mcp add stompy-ai-memory-for-claude-mcp-agents --url https://mcp.stompy.ai{
"mcpServers": {
"stompy-ai-memory-for-claude-mcp-agents": {
"url": "https://mcp.stompy.ai"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"stompy-ai-memory-for-claude-mcp-agents": {
"type": "http",
"url": "https://mcp.stompy.ai"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"stompy-ai-memory-for-claude-mcp-agents": {
"url": "https://mcp.stompy.ai"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stompy-ai-memory-for-claude-mcp-agents": {
"serverUrl": "https://mcp.stompy.ai"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 ferramentas
Stompy – AI Memory for Claude & MCP Agents expõe 8 ferramentas a um agente conectado.
- lock_context
- Store content as immutable versioned snapshot
- recall_context
- Retrieve locked context by topic
- context_search
- Hybrid semantic + keyword search
- 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
Pontuação
54 / 100
Aceitável
- Documentação22/25
- Manutenção8/25
- Confiança6/20
- Capacidade6/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 177 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 8 de mar. de 2026 |