Back to Browse

Stompy MCP Server

by Banton
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Persistent AI memory with semantic search, conflict detection, and ticketing.

About

Persistent AI memory with semantic search, conflict detection, and ticketing.

Remote endpoints: streamable-http: https://mcp.stompy.ai

Security Report

10.0
Low Risk10.0Low Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

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"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolDescription
lock_contextStore content as immutable versioned snapshot
recall_contextRetrieve locked context by topic
context_searchHybrid semantic + keyword search
ticketCRUD + lifecycle for project tickets
ticket_boardView ticket board grouped by status
detect_conflictsDetect contradictions using NLI
ingest_documentIngest documents with AI processing
project_createCreate a new project with isolated storage
db_queryRead-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

Reviews

No reviews yet

Be the first to review this server!