perseus
Related Servers
Alternatives to perseus
- AlicenseAqualityAmaintenanceHand a project over — to your next session, to Cursor/Codex/Gemini, to your successor — with the reasons attached. Local-first memory MCP for coding agents: decisions re-injected before the agent acts, drift detection across every project you run. One SQLite file, nothing leaves your machine.869 npm14MIT
- AlicenseAqualityAmaintenanceNode.js server implementing Model Context Protocol (MCP) for filesystem operations.1014534,469 npm90,399-
- AlicenseAqualityAmaintenanceMason indexes your codebase into a persistent concept map linking features and flows to their implementing files, so AI agents can answer "where is X implemented" without running grep/glob. It also provides pre-edit impact analysis and generates CLAUDE.md files from structured analysis of git history, architectural file sampling, and test mappings.22310 npm8MIT
- AlicenseAqualityCmaintenanceSimple sequential thinking MCP in python1285 PyPI4MIT
- FlicenseBqualityAmaintenanceA local-first, agent-agnostic MCP server that provides semantic search, persistent memory, and automated code review capabilities for development workflows. It leverages the Auggie SDK to offer advanced tools for codebase indexing, implementation planning, and deterministic static analysis.5248-
- AlicenseAqualityAmaintenanceA Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.2354,384 npm62,355MIT
Related Servers
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.23 npmMIT
- AlicenseNot gradedqualityBmaintenanceA batteries-included MCP server providing common coding-agent tools like web search, page fetching, file system access, shell command execution, and Git integration, built in Python with a local-first, Unix-style philosophy.MIT
- FlicenseNot gradedqualityBmaintenanceA single-file MCP server that turns any folder into a workspace for AI agents, enabling file operations, code search, shell commands, background jobs, HTTP testing, headless browsing, PDF extraction, and screen capture.-
- AlicenseNot gradedqualityBmaintenanceA local MCP server that gives AI agents access to developer tooling — GitHub (read-only), documentation search, and web research — via stdio transport.MIT
- AlicenseAqualityBmaintenanceA lightweight MCP server that enables AI assistants to execute local development tools and retrieve system status with low latency over stdio or HTTP.152 npm3MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that equips AI agents with dev workflow tools including GitHub project management, conventional commits, visual regression testing, Jira/Confluence integration, and a persistent memory knowledge graph.1 npmMIT
TDQS
Scored across 33 tools
Most tools have a distinct purpose, but several pairs overlap: perseus_health/perseus_get_health, local vs external memory (perseus_memory/perseus_mneme/perseus_mimir alias), and perseus_tokens/perseus_budget. Descriptions usually clarify the boundary, but an agent could still mis-select between related recall, health, and token-budget tools.
All tools share the perseus_ prefix and lowercase style, which is helpful, but the second half mixes nouns (tokens, health, profile), verbs (read, include, capture), and quirky names (perseus_perseus, tooltrim, get_health vs health). The pattern is readable but not consistent enough to predict tool names.
33 tools is well beyond the comfortable 3-15 range and even past the 25-tool threshold for 'too many'. Many are small directives or niche utilities that could be consolidated; the count dilutes the server's coherence.
The core context lifecycle is well covered: render (get_context/include/read), configure (profile/prompt/budget), recall (memory/session/waypoint), and health-check (health/drift). Notable gaps are mostly read-only surfaces like tasks, inbox, and skills, which have no write/manage counterparts, but these feel outside the server's primary context-rendering purpose.