MauricioPerera/ctt-code
AI-powered code editor built on Electrobun + ctt-shell. Monaco Editor, integrated terminal, AI chat panel with autonomous code generation.
Platform-specific configuration:
{
"mcpServers": {
"ctt-code": {
"command": "npx",
"args": [
"-y",
"ctt-code"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
AI-powered code editor built on Electrobun + ctt-shell
A desktop IDE like VS Code or Cursor, with integrated AI agents that understand your codebase and can autonomously execute complex tasks.
┌──────────────────────────────────────────────────────┐
│ CTT Code │
├──────────────┬───────────────────┬───────────────────┤
│ Sidebar │ Monaco Editor │ AI Panel │
│ (file tree) │ (multi-tab) │ (chat/exec/srch) │
│ │ │ │
│ ├───────────────────┤ │
│ │ Terminal │ │
│ │ (xterm.js) │ │
├──────────────┴───────────────────┴───────────────────┤
│ Electrobun RPC │
├──────────────────────────────────────────────────────┤
│ Main Process (Bun) │
│ ┌─────────┐ ┌─────────┐ ┌──────┐ ┌──────────────┐ │
│ │ Files │ │ Git │ │ PTY │ │ CTT Bridge │ │
│ └─────────┘ └─────────┘ └──────┘ └──────┬───────┘ │
│ │ │
│ MCP (JSON-RPC 2.0) │
│ │ │
│ ┌──────┴───────┐ │Loading reviews...