Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mimir": {
"args": [
"--db",
"/home/YOU/.mimir/data/mimir.db"
],
"command": "mimir"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Perseus is an MCP server and live context engine for AI assistants. It solves the cold-start problem — every new session, the assistant already knows what's running, what you were working on, and what tools exist. No orientation phase. No pre-flight tax. Works with any MCP-compatible assistant: Claude Desktop, Claude Code, Cursor, Codex, Hermes Agent (by NousResearch), Rovo Dev.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'perseus-ctx' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked perseus-ctx against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / writing
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
MCP Security Weekly
Get CVE alerts and security updates for io.github.tcconnally/perseus and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
pip install perseus-ctx && cd your-project && perseus quickstart

Perseus is the live context engine. Seven specialized products extend it:
| Product | Description | Page |
|---|---|---|
| Mimir | 48 MCP tools — persistent memory with FTS5, entities, layers, confidence decay | /mimir/ |
| MCTS | 31 security analyzers for MCP servers — tool poisoning, prompt injection, credential leaks | /mcts/ |
| PR Pilot | 5-agent autonomous PR review pipeline — graduated autonomy L1→L3 | /pr-pilot/ |
| Blast Radius | GitLab-native dependency impact analysis — 1 mention, instant risk report | /blast-radius/ |
| Rapid Agent | Dual-backend memory agent (Elastic ↔ Engram-rs) — Google Cloud Hackathon | /rapid-agent/ |
| Qwen Memory | Agent that gets smarter every session — Qwen Cloud Hackathon | /qwen-memory/ |
| CrewAI Memory | Persistent cross-session memory backend for CrewAI (54K stars) — community PR #6208 | /crewai/ |
Mimir is the persistent memory backend for Perseus — a lightweight Rust MCP server with SQLite + FTS5. Zero network calls, no API keys. As of v2.7.0, offline dense/hybrid embeddings are bundled by default (the model is compiled into the binary), so semantic recall works zero-config with no external model download. v2.12.0 provides 48 MCP tools across structured entities, hybrid vector search, RAG, connectors, confidence decay, journal events, and state management: mimir_remember, mimir_recall, mimir_context, mimir_traverse, mimir_decay, mimir_stats, mimir_health, and more.
📄 Product page → | ⭐ GitHub →
Install:
curl -sSL https://raw.githubusercontent.com/Perseus-Computing-LLC/mimir/main/scripts/bootstrap.sh | bash
Hermes Agent — add to ~/.hermes/config.yaml:
mcp_servers:
mimir:
command: "mimir"
args: ["--db", "~/.mimir/data/mimir.db"]
Claude Desktop / Cursor — add to your MCP settings:
{
"mcpServers": {
"mimir": {
"command": "mimir",
"args": ["--db", "/home/YOU/.mimir/data/mimir.db"]
}
}
}
Perseus integration — add to .perseus/config.yaml:
mimir:
enabled: true
command: ["mimir", "serve", "--db", "~/.mimir/data/mimir.db"]
Then add @memory mode=search query="your terms" to .perseus/context.md and Perseus resolves live recall at render time.
Works with any MCP-compatible assistant.
Status: Submitted | Deadline: June 11, 2026 | Devpost: perseus-cmzeu9