Aic
Freeby MCP Community
Agent Input Compiler — local-first MCP server for context compilation (Cursor, Claude Code, and other MCP clients)
v0.50.1Added Apr 12, 2026
aicmcpmodel-context-protocolcontext-compilerai
Aic MCP Server
Agent Input Compiler — local-first MCP server for context compilation (Cursor, Claude Code, and other MCP clients)
Installation
Reviews
Installation
Quick install
npx -y @jatbas/aic
Add to claude_desktop_config.json
{
"mcpServers": {
"aic": {
"command": "npx",
"args": ["-y", "@jatbas/aic"]
}
}
}