Perseus
@tcconnally
About Perseus
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"perseus": {
"command": "perseus",
"args": [
"mcp",
"serve",
"--workspace",
"/path/to/workspace"
],
"env": {
"PERSEUS_ALLOW_DANGEROUS": "1"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Perseus?
Perseus is a live context engine that preโprocesses dynamic directives into plain markdown, resolving realโtime workspace state before an AI assistant session starts. It replaces static context files (e.g., CLAUDE.md, .cursorrules, AGENTS.md) with verified facts, eliminating coldโstart orientation overhead.
How to use Perseus?
Install the Python package (pip install perseus-ctx) and run perseus mcp serve to start the MCP server over stdio or SSE transport. Wire it to any MCPโcompatible assistant by adding the appropriate config block (Claude Desktop, Claude Code, Cursor, Codex, Hermes, Rovo Dev). Shellโexecuting directives require the environment variable PERSEUS_ALLOW_DANGEROUS=1.
Key features of Perseus
- Resolves live workspace state at invocation time โ no stale cache
- 30 default MCP tools (services, files, environment, checkpoints, etc.)
- Two optโin shellโexecution tools (
perseus_query,perseus_agent) - Integrates with persistent memory backend Mimir (optional)
- Works with any MCPโcompatible assistant (Claude, Cursor, Codex, Hermes, Rovo Dev)
- SSE transport support for remote agents and multiโmachine setups
Use cases of Perseus
- Replace static assistant context files with live, verified workspace state
- Get realโtime service health, directory trees, and environment variables
- Recall persistent memories across sessions via Mimir integration
- Retrieve checkpoint and session digests without manual logging
- Declare token budgets and render context profiles per model
FAQ from Perseus
What dependencies does Perseus require?
Perseus is a Python package installed via pip install perseus-ctx. No external databases or API keys are required. The optional Mimir memory backend is a standalone Rust MCP server.
Can Perseus be used with any MCPโcompatible assistant?
Yes. Configurations are provided for Claude Desktop, Claude Code, Cursor, Codex, Hermes Agent, and Rovo Dev. Any MCPโcompatible client can connect via stdio or SSE.
What are the two sensitive tools and how do I enable them?
perseus_query (run a shell command) and perseus_agent (execute a local agent subprocess) are excluded from the default toolset. They must be explicitly added to mcp.tool_allowlist because they run commands with full user permissions.
Is there a security gate for shell commands?
Yes. Shellโexecuting directives (@query, @agent, @services command:) require the environment variable PERSEUS_ALLOW_DANGEROUS=1; otherwise they are silently skipped.
Where does persistent memory data live?
When using the Mimir backend, data is stored in a local SQLite file (default: ~/.mimir/data/mimir.db). No external network calls or API keys are involved.
More Other MCP servers
Unity MCP โจ
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 ๐
jlowin๐ The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments