★ 13 stars
Go
🧠 Memory/Knowledge
Updated 1mo ago
Hoofy — AI development companion MCP server. Persistent memory, spec-driven development, adaptive change pipeline, Clarity Gate. 32 tools, single Go binary, zero deps.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"hoofy": {
"command": "go",
"args": [
"run",
"github.com/HendryAvila/Hoofy@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add hoofy go run github.com/HendryAvila/Hoofy@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"hoofy": {
"command": "go",
"args": [
"run",
"github.com/HendryAvila/Hoofy@latest"
]
}
}
}
📋 Copy
Topics
ai ai-assistant ai-coding ai-development ai-tools code-quality developer-tools go golang hoofy knowledge-graph mcp mcp-server model-context-protocol persistent-memory