Skip to content

Genifyai

Free

by MCP Community

Intelligent coding assistant MCP tool with AST-based code indexing

v0.1.5Added Apr 12, 2026
mcpcode-assistanttree-sitterastcode-search
Works with:ClaudeGPTGeminiCopilot

Genifyai MCP Server

Intelligent coding assistant MCP tool with AST-based code indexing

Installation

npx -y genifyai

Reviews

Leave a Review

Installation

Quick install
npx -y genifyai
Add to claude_desktop_config.json
{
  "mcpServers": {
    "genifyai": {
      "command": "npx",
      "args": ["-y", "genifyai"]
    }
  }
}