Genifyai
Freeby MCP Community
Intelligent coding assistant MCP tool with AST-based code indexing
v0.1.5Added Apr 12, 2026
mcpcode-assistanttree-sitterastcode-search
Genifyai MCP Server
Intelligent coding assistant MCP tool with AST-based code indexing
Installation
npx -y genifyai
Reviews
Installation
Quick install
npx -y genifyai
Add to claude_desktop_config.json
{
"mcpServers": {
"genifyai": {
"command": "npx",
"args": ["-y", "genifyai"]
}
}
}