JetBrains
JetBrains IDEs use the same Axint MCP server as every other local integration.
Where to paste it
Settings → Tools → AI Assistant → MCP Servers
MCP config
{
"mcpServers": {
"axint": {
"command": "npx",
"args": [
"-y",
"@axint/compiler",
"axint-mcp"
]
}
}
}
Once connected, JetBrains AI Assistant can call the full Axint tool surface without any separate package or extension install.