mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-17 04:11:24 +00:00
Merge pull request #10649 from DanceNitra/add-inspeximus
Add inspeximus (Knowledge & Memory) 🤖🤖🤖
This commit is contained in:
@@ -2651,6 +2651,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to
|
||||
- [hoornet/agentdocs-mcp](https://github.com/hoornet/agentdocs-mcp) [](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) [](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) [](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) [](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) [](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) [](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) [](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`
|
||||
|
||||
Reference in New Issue
Block a user