diff --git a/README.md b/README.md index 7375d1713..925ad1912 100644 --- a/README.md +++ b/README.md @@ -2651,6 +2651,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [hoornet/agentdocs-mcp](https://github.com/hoornet/agentdocs-mcp) [![hoornet/agentdocs-mcp MCP server](https://glama.ai/mcp/servers/hoornet/agentdocs-mcp/badges/score.svg)](https://glama.ai/mcp/servers/hoornet/agentdocs-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Read, search (full-text + pgvector semantic), create, update, comment on, and share AgentDocs (agentdocs.eu) Markdown docs — a collaborative docs platform with AI agents as first-class citizens. Local stdio (`npx -y agentdocs-mcp`) or hosted remote with OAuth 2.1 (`https://agentdocs.eu/mcp`), incl. slug-or-UUID addressing and space-scoped sandbox tokens. - [hubinoretros/deep-thinker](https://github.com/hubinoretros/deep-thinker) [![deep-thinker MCP server](https://glama.ai/mcp/servers/hubinoretros/deep-thinker/badges/score.svg)](https://glama.ai/mcp/servers/hubinoretros/deep-thinker) 📇 🏠 🍎 🪟 🐧 - Advanced cognitive reasoning MCP server with DAG-based thought graph, 5 reasoning strategies (sequential, dialectic, parallel, analogical, abductive), metacognitive engine with stuck detection, multi-factor confidence scoring, self-critique, knowledge integration, and thought pruning. `npx deep-thinker` - [hyunjae-labs/lore](https://github.com/hyunjae-labs/lore) [![hyunjae-labs/lore MCP server](https://glama.ai/mcp/servers/hyunjae-labs/lore/badges/score.svg)](https://glama.ai/mcp/servers/hyunjae-labs/lore) 📇 🏠 🍎 🪟 🐧 - Semantic search across Claude Code conversations. Hybrid vector + keyword search with Reciprocal Rank Fusion, fully local, background indexing, project-selective. +- [DanceNitra/inspeximus](https://github.com/DanceNitra/inspeximus) [![DanceNitra/inspeximus MCP server](https://glama.ai/mcp/servers/DanceNitra/inspeximus/badges/score.svg)](https://glama.ai/mcp/servers/DanceNitra/inspeximus) 🐍 🏠 🍎 🪟 🐧 - Persistent agent memory with a first-class correction channel: supersede or revert a fact so recall stops returning the stale value, an echo guard that blocks a restated old value from resurrecting it, and receipted erasure (a signed, content-free tombstone that makes a deletion provable). No LLM on the write path, zero dependencies, the core in one file, 73 MCP tools. `uvx --from "inspeximus[mcp]" inspeximus-mcp` - [idapixl/algora-mcp-server](https://github.com/idapixl/algora-mcp-server) [![idapixl-algora-mcp-server MCP server](https://glama.ai/mcp/servers/idapixl-algora-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/idapixl-algora-mcp-server) 📇 ☁️ - Browse and search open-source bounties on Algora. 5 tools: list, search, filter by org/tech/amount, get top bounties, aggregate stats. No API key required. - [IgorGanapolsky/mcp-memory-gateway](https://github.com/IgorGanapolsky/mcp-memory-gateway) [![IgorGanapolsky/mcp-memory-gateway MCP server](https://glama.ai/mcp/servers/IgorGanapolsky/mcp-memory-gateway/badges/score.svg)](https://glama.ai/mcp/servers/IgorGanapolsky/mcp-memory-gateway) 📇 🏠 - Pre-action gates that prevent AI coding agents from repeating known mistakes. Captures explicit feedback, auto-promotes failures into prevention rules, and enforces them via hooks. - [Ikalus1988/MisakaNet](https://github.com/Ikalus1988/MisakaNet) [![Ikalus1988/MisakaNet MCP server](https://glama.ai/mcp/servers/Ikalus1988/MisakaNet/badges/score.svg)](https://glama.ai/mcp/servers/Ikalus1988/MisakaNet) 🐍 🏠 🍎 🪟 🐧 - Agent failure memory network. Search 235+ verified debugging lessons from real engineering sessions. BM25 + SAG-Lite search, 3 tools (search, get_lesson, submit_usage), 5 resources, 3 guided prompts. Works with Claude Code, Cursor, and any MCP client. `python3 scripts/mcp_server.py`