CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
banton avatar

Stompy – AI Memory for Claude & MCP Agents

banton/stompy-mcp-server
HTTPregistry active
Summary

A persistent memory layer for Claude that survives conversation resets. It exposes tools for locking context as immutable snapshots, hybrid semantic search across stored knowledge, and NLI-based conflict detection to catch contradictions in your project documentation. You also get built-in ticket management with state machines, document ingestion with AI chunking, and multi-project isolation. Authentication runs through OAuth2 on first connect. Reach for this when you're tired of re-explaining your codebase every session or need Claude to remember decisions, architecture constraints, and project context across weeks of work. Connects via streamable-http to a hosted endpoint at mcp.stompy.ai.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →

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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
AI & LLM ToolsSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedMar 8, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
ai.superfact avatar
Superfact

ai.superfact/superfact

Turn any AI chat or agent run into a beautiful, shareable public page.
ai.trycanonical avatar
Canonical Company Search

ai.trycanonical/company-search

Verified, long-tail company search: describe what you want, get an LLM-verified company shortlist.
try-dock-ai avatar
Dock

ai.trydock/dock

AI workspace for you, your team, and every agent. Tables, docs (images, 4K video), formulas.
voxellinc avatar
Forge

ai.voxell/forge

MCP server for Forge, Voxell's hosted text-embedding API. Tools: embed and list_models.
ai.xr-utilities avatar
H-Index

ai.xr-utilities/h-index

Capability registry for the agentic economy. Semantic search over verified MCP server listings.
nimo1987 avatar
xurprise

ai.xurprise/mcp

Agent-native commerce for SEA/China/global. 43 brands. 6 tools. 9-language search.