Hoofy — AI development companion MCP server. Persistent memory, spec-driven development, adaptive change pipeline, Clarity Gate. 32 tools, single Go binary, zero deps.
{
"mcpServers": {
"hoofy": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hoofy — AI development companion MCP server. Persistent memory, spec-driven development, adaptive change pipeline, Clarity Gate. 32 tools, single Go binary, zero deps.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 27 days ago. 13 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Hoofy and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The AI coding assistant that remembers context and reduces spec hallucinations.
An MCP server that gives your AI persistent memory, structured specifications,
and adaptive change management — so it builds what you actually want.
Blog Post · Workflow Guide · Tool Reference · Research Foundations ·
If the README felt overwhelming, use this section first.
brew install HendryAvila/hoofy/hoofy (or use the install script below).claude mcp add --scope user hoofy hoofy serve (or use your editor's MCP config).Hoofy solves three recurring AI-dev problems: memory loss between sessions, hallucinated implementations, and unstructured workflows. It's a single MCP (Model Context Protocol) server written in Go — one binary, zero external runtime dependencies.
sdd_init_project → ... → sdd_validate)sdd_changesdd_reverse_engineer + sdd_bootstrapsdd_suggest_context, sdd_review, sdd_audit| System | What it does | Tools |
|---|---|---|
| Memory | Persistent context across sessions using SQLite + FTS5 full-text search. | mem_* tools |
| Change Pipeline | Adaptive flow for ongoing work based on change type × size (12 variants). | sdd_change*, sdd_adr |
| Project Pipeline | Full greenfield specification flow with Clarity Gate (9 stages). | sdd_* project tools |
| Bootstrap | Reverse-engineer existing codebases into requirements, rules, and design artifacts. | sdd_reverse_engineer, sdd_bootstrap |