aica(AI Code Analyzer) reviews your code using AI. Supports CLI and GitHub Actions.
Connect Aica to Claude, Cursor or any other MCP client and it stops being a tab you switch to. aica(AI Code Analyzer) reviews your code using AI. Supports CLI and GitHub Actions. The aica mcp server is what makes that connection.
So, I decided to create a new tool with the following characteristics:
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
aica — -version: Show version informationLanguage — You can specify the language for AI output. The language can be specified either through AICA_LANGUAGE or in the language section of aica.toml. ByReview — The Review tool exposed by this serverAgent — The Agent tool exposed by this serverReindex — The Reindex tool exposed by this serverSummary — The Summary tool exposed by this serverSetup — See wiki page for detailsCommands — You can interact with AI features by leaving comments with the following commandsConfiguration is passed through the environment: GITHUB_TOKEN, AICA_LLM_PROVIDER, ANTHROPIC_API_KEY, ANTHROPIC_MODEL, OPENAI_API_KEY, OPENAI_MODEL, GOOGLE_API_KEY, GOOGLE_MODEL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Aica's toolset — aica, Language, Review and 5 more — is a fair guide to whether it matches your workflow. It is maintained by dotneet; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| aica | -version: Show version information |
| Language | You can specify the language for AI output. The language can be specified either through AICA_LANGUAGE or in the language section of aica.toml. By default, the language is automatically detected from the LANG environment |
| Review | The Review tool exposed by this server. |
| Agent | The Agent tool exposed by this server. |
| Reindex | The Reindex tool exposed by this server. |
| Summary | The Summary tool exposed by this server. |
| Setup | See [wiki page](https://github.com/dotneet/aica/wiki/GitHub-Actions-Settings) for details. |
| Commands | You can interact with AI features by leaving comments with the following commands. |
| Variable | Description | Required |
|---|---|---|
| GITHUB_TOKEN | Credential the server authenticates with. | Yes |
| AICA_LLM_PROVIDER | Configuration value read at startup. | Optional |
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
| ANTHROPIC_MODEL | Configuration value read at startup. | Optional |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| OPENAI_MODEL | Configuration value read at startup. | Optional |
| GOOGLE_API_KEY | Credential the server authenticates with. | Yes |
| GOOGLE_MODEL | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.