Back to Apps

Hoofy
Supports UIby hendryavila
AI development companion MCP server providing persistent memory and spec-driven development workflows.
0 stars
Works in:CursorVS Code CopilotGemini CLI
Exposes:ToolsResources
What it does
Hoofy transforms the AI coding experience by introducing persistent memory and a structured, spec-driven development (SDD) workflow. It prevents AI failure modes such as context loss and requirement hallucinations by forcing the AI to plan and validate specifications before writing code.
Tools
mem_*: Tools for managing persistent context across sessions using SQLite.sdd_change*: Adaptive flows for ongoing work based on change size and type.sdd_init_project: Full greenfield specification pipeline with Clarity Gate.sdd_reverse_engineer: Bootstraps existing codebases into requirements and design artifacts.sdd_audit: Compares specifications against source code to detect drift.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"hoofy": {
"command": "hoofy",
"args": ["serve"]
}
}
}
Supported hosts
Confirmed for Claude Code, Cursor, VS Code Copilot, OpenCode, and Gemini CLI.
Quick install
brew install HendryAvila/hoofy/hoofyInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json: {"hoofy": {"command": "hoofy", "args": ["serve"]}}Gemini CLI
Add to mcpServers in settings.json: {"hoofy": {"command": "hoofy", "args": ["serve"]}}Claude Desktop
{"mcpServers": {"hoofy": {"command": "hoofy", "args": ["serve"]}}}VS Code Copilot
Add to .vscode/mcp.json: {"servers": {"hoofy": {"type": "stdio", "command": "hoofy", "args": ["serve"]}}}





