Server data from the Official MCP Registry
Persistent AI memory with semantic search, conflict detection, and ticketing.
Persistent AI memory with semantic search, conflict detection, and ticketing.
Remote endpoints: streamable-http: https://mcp.stompy.ai
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"ai-stompy-stompy": {
"url": "https://mcp.stompy.ai"
}
}
}From the project's GitHub README.
Persistent memory system that prevents context loss between AI sessions. Store, search, and recall project knowledge across conversations.
Search @mcp stompy in the extensions gallery, or add manually:
// .vscode/mcp.json
{
"servers": {
"stompy": {
"type": "http",
"url": "https://mcp.stompy.ai"
}
}
}
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"stompy": {
"url": "https://mcp.stompy.ai"
}
}
}
claude mcp add stompy --transport streamable-http https://mcp.stompy.ai
| 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 |
Stompy uses OAuth2 authentication. On first connection, your MCP client will prompt you to authorize via browser.
https://mcp.stompy.aiBe the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.