Retour aux applications

Hoofy
Interface UIpar hendryavila
AI development companion MCP server providing persistent memory and spec-driven development workflows.
0 étoiles
Fonctionne dans:CursorVS Code CopilotGemini CLI
Expose: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.
Installation rapide
brew install HendryAvila/hoofy/hoofyInformations
- Tarification
- free
- Publié
- 6/15/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
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"]}}}





