Catalog
io.github.rotem1230/fixme-agent
OfficialReal-time AI code quality — 30 validators, 17 languages, 813+ checks
Real-time code quality validation with 30 validators across 17 languages.
README not available yet.
Install
Configuration
Environment variables
FIXME_TOKENrequiredsecretYour FixMe license token (get one at https://fixme-now.com)
claude_desktop_config.json
{
"mcpServers": {
"fixme-agent": {
"command": "npx",
"args": [
"-y",
"fixme-mcp@1.3.0"
],
"env": {
"FIXME_TOKEN": "<YOUR_FIXME_TOKEN>"
}
}
}
}