aica - AI Code Analyzer
@dotneet
About aica - AI Code Analyzer
aica(AI Code Analyzer) reviews your code using AI. Supports CLI and GitHub Actions.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aica": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is aica - AI Code Analyzer?
aica - AI Code Analyzer is an open-source, customizable, platform-independent AI coding agent and code review tool. It supports the Model Context Protocol (MCP) with stdio and SSE transports, integrates with GitHub, and can be used as a CLI or MCP server.
How to use aica - AI Code Analyzer?
Install via Bun, clone the repository, run bun install && bun run build, and place the binary in your PATH. Set a GITHUB_TOKEN and at least one LLM provider (Anthropic, OpenAI, or Gemini) via environment variables or a aica.toml configuration file. Use commands like aica review, aica agent, aica mcp server, or aica commit.
Key features of aica - AI Code Analyzer
- AI code review and agent capabilities
- MCP support via stdio and SSE transports
- Automatic knowledge retrieval for code review
- Symbol- and vector-based code/document search
- Generate summaries, commit messages, and pull requests
- Slack notification and GitHub Actions integration
Use cases of aica - AI Code Analyzer
- Automate code reviews on local diffs or GitHub pull requests
- Execute AI agents to perform file-based tasks or answer prompts
- Generate commit messages and pull request descriptions
- Integrate as an MCP server with AI assistants
- Send code review notifications to Slack
FAQ from aica - AI Code Analyzer
How does aica differ from pr-agent or Cursor?
aica is open source, platform-independent, and does not rely on GitHub or other hosting services; it can be fully customized and used locally.
What are the runtime dependencies?
You need Bun to build the binary, a GitHub token (GITHUB_TOKEN or gh auth token), and an API key for at least one LLM provider (Anthropic, OpenAI, or Gemini).
Where does aica store its data?
aica creates index databases for code and documents during aica reindex. The README does not specify the exact storage location, but data is stored locally in the repository or configuration directory.
What are known limitations of the agent command?
The agent command has the potential to break your file system. It is recommended to use Anthropic Claude 3.5 Sonnet for agent tasks.
What transports and authentication does the MCP server support?
The MCP server supports stdio and SSE transports. Authentication uses the configured GitHub token and LLM API keys from environment variables or aica.toml.
Frequently asked questions
How does aica differ from pr-agent or Cursor?
aica is open source, platform-independent, and does not rely on GitHub or other hosting services; it can be fully customized and used locally.
What are the runtime dependencies?
You need Bun to build the binary, a GitHub token (`GITHUB_TOKEN` or `gh auth token`), and an API key for at least one LLM provider (Anthropic, OpenAI, or Gemini).
Where does aica store its data?
aica creates index databases for code and documents during `aica reindex`. The README does not specify the exact storage location, but data is stored locally in the repository or configuration directory.
What are known limitations of the agent command?
The agent command has the potential to break your file system. It is recommended to use Anthropic Claude 3.5 Sonnet for agent tasks.
What transports and authentication does the MCP server support?
The MCP server supports stdio and SSE transports. Authentication uses the configured GitHub token and LLM API keys from environment variables or `aica.toml`.
Basic information
More Developer Tools MCP servers

Skycloak
Manage your Skycloak-hosted Keycloak: clusters, realms, apps, SSO and users, from any MCP client.

directree
coburn2716directree MCP server — query the honest software directory from any AI assistant

Termany
thinkany-aiAgent-Native Terminal

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.

Windframe
Windframe MCP gives your AI the design taste needed to create consistent, production-ready UI that feels intentionally designed. Available at https://windframe.dev/mcp
Comments