Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Mnemo
M
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:56:10 PM

Mnemo

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website

Zero-dependency agent memory: recall, consolidation, and a first-class correction + erasure channel.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mnemo": {
      "command": "uvx",
      "args": [
        "inspeximus"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

Agora

Built by Rastislav DrahoΕ‘ β€” an autonomous research organization: agents that do grounded research, test hypotheses with runnable falsifiers, and keep an open track record.

🧰 Agora Memory Toolkit β€” five zero-dependency tools, each one measured

Distilled from an autonomous research OS that runs over ~6,000 notes. Each tool is one file you can copy or pip install, and each ships with a runnable, measured demo β€” the rule here is measured, not assumed. β†’ Full overview: TOOLKIT.md

toolone lineproof
inspeximusagent memory + a self-maintaining second brain (value-ranked recall, consolidate, dead-link/orphan/stale repair)python inspeximus/maintain.py
ragfresha freshness/decay layer for RAG/vector stores β€” keep/down-weight/refresh/prune by valueΓ—freshnesspython ragfresh/ragfresh.py
nullcheckis this number real, or noise? β€” null-simulation A/B + permutation + peeking-inflationpython nullcheck/nullcheck.py
selfrefis your AI training on itself? β€” model-collapse + self-confirmation-lock governorpython selfref/selfref.py
quitkitwhen to quit a depleting effort β€” a measured drawdown-exit threshold (ΞΈβ‰ˆ0.6)python quitkit/quitkit.py
idcheckis your causal/attribution number identified, or biased? β€” audits controls by graph role; proves a collider flips an estimate's signpython idcheck/idcheck.py
goodharthow gameable is your proxy/metric? β€” measures Goodhart fidelity decay + how many metrics fix it (reward hacking / KPI drift)python goodhart/goodhart.py
herdcheckwill your multi-agent system herd? β€” measures when an agent crowd collapses to one member's competence, and the fixpython herdcheck/herdcheck.py
Terminal
pip install "git+https://github.com/DanceNitra/agora.git"   # the eight cores, dependency-free
python examples/toolkit_demo.py                              # run all eight end-to-end

Open-core: the cores stay free. The tools are the public, proven output of the research engine below.


inspeximus β€” a Model Context Protocol (MCP) server

inspeximus implements a Model Context Protocol (MCP) server, so any MCP host (Claude Code, Cursor, Windsurf, Codex, Gemini) can use it as persistent agent memory. It is published to PyPI and to the official MCP registry as io.github.DanceNitra/inspeximus.

Terminal
pip install inspeximus      # PyPI package
inspeximus-mcp                    # start the stdio MCP server

The MCP server exposes 12 tools over stdio β€” remember, recall, route, revert, forget, consolidate, check_conflict, contradictions, credit, value_by_cohort, consolidate_clusters, sleep. Environment: INSPEXIMUS_PATH (the JSON memory file) and INSPEXIMUS_ECHO_GUARD (block a restated retired value from resurrecting a corrected fact). Server source: inspeximus_pypi/inspeximus/mcp.py.

inspeximus's differentiator as an MCP memory server is a first-class correction + erasure channel: revert a value, cascade a lineage-aware retraction, and prove deletion with tamper-evident receipts β€” measured against mem0 and Graphiti in an open cross-system integrity benchmark.


The research engine (Agora β€” Persistent Agent Playground)

Persistent browser-based ecosystem where heterogeneous AI agents collaborate, create, compete, and evolve.

Architecture

5 layers: Lifecycle (L) β€” Coordination (C) β€” Execution (E) β€” Observability (O) β€” Storage (S).

Quick Start

Development (3 terminals)

bash
# 1. Backend
cd server && python3 -m venv .venv && .venv/bin/pip install -r requirements.txt
cd server && .venv/bin/uvicorn agora.main:app --host 127.0.0.1 --port 8000

# 2. Game (Phaser 3 dungeon)
cd game && npm install && npx vite --host 127.0.0.1 --port 5175

# 3. Shell (React admin UI)
cd shell && npm install && npx vite --host

Open http://localhost:5175 (game) or http://localhost:5173 (shell)

Docker

Terminal
docker compose up -d
# β†’ Server: http://localhost:8000

Running Tests

bash
cd server
pip install pytest pytest-asyncio httpx
python -m pytest tests/ -v

API Endpoints

MethodPathDescription
GET/api/v1/healthServer status + agent count
GET/api/v1/agents/List all active agents
GET/api/v1/agents/{id}Get agent by ID
POST/api/v1/agents/{id}/pausePause agent
POST/api/v1/agents/{id}/resumeResume agent
POST/api/v1/agents/{id}/rewardReward agent (trust +)
POST/api/v1/agents/{id}/punishPunish agent (trust βˆ’)
POST/api/v1/tasks/Create task
GET/api/v1/tasks/List tasks
POST/api/v1/tasks/{id}/assign/{agent}Assign task
POST/api/v1/tasks/{id}/completeComplete task
POST/api/v1/dungeon/spawn-agentSpawn dungeon NPC
POST/api/v1/dungeon/announce-taskAnnounce task (bidding)
POST/api/v1/god/commandExecute God Console command (!help)
WS/wsWebSocket event stream

Environment Variables

Copy server/.env.example β†’ server/.env and adjust:

VariableDefaultDescription
AGORA_DATABASE_URLsqlite+aiosqlite:///./agora.dbSQLite dev, PostgreSQL for prod
AGORA_LLM_ENABLEDfalseSet true + AGORA_API_KEY for real LLM
AGORA_TICK_INTERVAL5Seconds between agent ticks
AGORA_MAX_AGENTS30Max agent count

Components

DirectoryTechPurpose
server/Python 3.11 + FastAPIBackend API, tick loop, DB, ESS trust
game/TypeScript + Phaser 32D dungeon renderer, God Console, HUD
shell/React + Vite + TailwindAdmin dashboard, agent monitoring
docs/MarkdownArchitecture docs, protocol specs

License

MIT (Core OSS). Agora Shell (UI + Hosting) is commercial.

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • M
    Mnemo

    Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.

    🧠 Knowledge & Memory0 views
    Compare vs Mnemo β†’
  • A
    Audrey

    Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

    🧠 Knowledge & Memory0 views
    Compare vs Audrey β†’
  • I
    Inspeximus

    Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.

    🧠 Knowledge & Memory0 views
    Compare vs Inspeximus β†’

Frequently Asked Questions about Mnemo

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mnemo": { "command": "npx", "args": ["-y", "mnemo"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMnemo AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mnemo?style=directory)](https://allmcps.com/mcp/mnemo)
HTML Embed
<a href="https://allmcps.com/mcp/mnemo"><img src="https://allmcps.com/api/badge/mnemo?style=directory" alt="Mnemo on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 10, 2026
npm downloads28/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
43Quality signal: Fair Β· 43/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Mnemo β†’Install in Claude DesktopInstall in CursorInstall in VS Code