Give your AI agent the blueprint it needs. MCP server & CLI that generates context, specs, and Agent Skills from project descriptions — powered by Claude & Gemini.
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": {
"codify": {
"command": "go",
"args": [
"run",
"github.com/jorelcb/codify@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add codify go run github.com/jorelcb/codify@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"codify": {
"command": "go",
"args": [
"run",
"github.com/jorelcb/codify@latest"
]
}
}
}
📋 Copy