Servers
aica - AI Code Analyzer
@dotneet
aica(AI Code Analyzer) reviews your code using AI. Supports CLI and GitHub Actions.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aica": {
"command": "bun",
"args": [
"run",
"build"
]
}
}
}