📡 MCP Radar

Ghosts-Protocol-Pvt-Ltd/wyrm-mcp

Persistent memory for AI agents, over MCP. Local-first, negative learning, hybrid recall. Docs and community home (source is maintained privately).

3 stars
0 forks
momentum ▲ 6.0
created 2026-07-10
on radar since 2026-07-11
ai-agentsai-memoryclaudecursorllmmcpmodel-context-protocol
View on GitHub ↗Homepage ↗

About wyrm-mcp

Persistent memory for AI agents, over MCP. Ground truths, recorded failures that block repeats, decision causality, and hybrid recall. A structured SQLite memory on your machine. No cloud, no separate LLM.

Website · Quickstart · Discussions · Changelog

Most AI coding sessions start from zero. Wyrm gives the agent a memory that persists across them. It keeps your project's decisions, conventions, open work, and dead-ends in a structured database on your own machine, and hands them back to the model at the start of the next session. An agent connected to Wyrm recalls what was decided last week instead of re-deriving it, and can be stopped from repeating an approach that already failed.

It speaks the Model Context Protocol, so it drops into Claude, Cursor, Copilot, Windsurf, and Codex without glue code.

Then, from inside your client, ask it to call wyrmcapabilities to confirm the connection. The everyday loop is four steps the agent runs on its own once the habit sets in:

Every number Wyrm publishes comes from a benchmark committed to the source, reproducible on your own data. The negative-learning firewall and the recall lift are the two that matter most, and both are covered below.

It remembers what failed, not just what worked

Most memory tools store successes. Wyrm also records dead-ends and blocks the repeat. You record a failed approach with wyrmfailurerecord, and a later wyrmfailurecheck surfaces it before the agent walks back into it. Across a session that stops re-litigating solved problems; across a fleet of agents, one worker's dead-end warns the rest, once.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/Ghosts-Protocol-Pvt-Ltd--wyrm-mcp.html)

Related MCP servers

menot-you/n-memory

Memory your agent can trust — every answer carries its source; when it doesn't know, it says so. Hermetic, local, MCP.

⭐ 5Rust
TeodorMCP/universal-connector-mcp

Universal MCP server: connect any OpenAPI/Swagger, GraphQL, gRPC or SOAP API to AI agents. Security-first, local, token-efficient. Any API. One server.

⭐ 3Python
OneInterface/stormy-cookbook

Open-source cookbook for the Stormy Social Data API and MCP server (Model Context Protocol) — one REST API for the TikTok API, YouTube API, Instagram API, LinkedIn API, X (Twitter) API and Reddit API.

⭐ 72
Gowthaman90/mcp-bastion

Reliability + security proxy for the Model Context Protocol (MCP): self-healing connections, runtime tool-security (rug-pull/poisoning detection), and a compliance-mapped audit trail.

⭐ 6TypeScript
KernelLord/pickysteve

Skill router and context picker for Claude Code, Cursor, and Aider. Auto-picks the right skill for every prompt, with prompt-injection filtering for MCP.

⭐ 6Python
Naveen-chava/metabase-mcp

Metabase MCP server for AI Agents. Authenticate with a browser session cookie, no API key required.

⭐ 5Go

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.