Skip to content

Perseus-Computing-LLC/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perseus Computing — Claude Code Plugins

A Claude Code plugin marketplace for local-first context and memory MCP servers:

Plugin What it does
perseus Live context engine — pre-resolves git, services, tests, and memory into a ready context briefing at session start (compile-before-context, not runtime tool calls).
mimir Local-first, encrypted (AES-256-GCM) persistent memory — 43 MCP tools over SQLite + FTS5 hybrid search, single Rust binary, fully offline.

Both are MIT-licensed and run entirely on your machine.

Install

Add the marketplace, then install either plugin:

/plugin marketplace add Perseus-Computing-LLC/claude-plugins
/plugin install perseus@perseus-computing
/plugin install mimir@perseus-computing

Prerequisites

The plugins wire up the MCP servers but expect the underlying binaries on your PATH:

  • Perseuspip install perseus-ctx (PyPI)
  • Mimircurl -sSf https://raw.githubusercontent.com/Perseus-Computing-LLC/mimir/main/scripts/install.sh | sh (installs to ~/.local/bin/mimir)

How it works

  • perseus launches perseus mcp serve --workspace ${CLAUDE_PROJECT_DIR}, scoping context to your current project.
  • mimir launches mimir serve --db ${CLAUDE_PLUGIN_DATA}/mimir.db, keeping the memory database in Claude Code's persistent plugin-data directory so it survives plugin updates.

After installing, confirm the servers are connected with /mcp.

Links


© Perseus Computing LLC — MIT License

About

Claude Code plugin marketplace: Perseus (live context engine) + Mimir (encrypted persistent memory) MCP servers. Local-first, MIT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors