Back to Apps

AigisCode
Supports UIby draivix
Native Rust codebase analysis for AI agents, providing semantic graphs and structural triage for large polyglot repositories.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
Connects AI agents to a deep semantic understanding of a codebase. AigisCode scans mixed-language repositories to build a structural graph, allowing AI reviewers to identify architectural drift, dead code, and dangerous API reachability without loading the entire repo into a prompt.
Tools
analyze: Runs deterministic analysis to generate native artifacts.agent: Packages the codebase graph into a review contract for AI agents.report: Generates a consolidated human-readable and machine-readable summary.surface: Emits architecture-facing triage views.cypher: Allows querying the Kuzu graph index for deep code understanding.
Installation
{
"mcpServers": {
"aigiscode": {
"command": "aigiscode",
"args": ["mcp", "/path/to/your/repo"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo install --git https://github.com/Draivix/aigiscode.git aigiscore --bin aigiscodeInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"aigiscode": {
"command": "aigiscode",
"args": ["mcp", "/path/to/your/repo"]
}
}
}





