← Discover MCPs and Agents
s
MCPAI & MLGitHub

spacecake

the best interface for Claude Code

Links

README

From the repo.

spacecake

spacecake is an open-source desktop app for Claude Code.
It combines an integrated terminal, visual markdown editor, and live task tracking.
You can run agents, write specs, and see what's happening in one place.

For full documentation, visit spacecake.ai.

ℹ️ spacecake is in public alpha. If you find any bugs, please open an issue in this repo or join us on Discord.

🚀 getting started

Download an installer for your platform from the latest release:

  • macOS: Download the .dmg file (arm64 for Apple Silicon, x64 for Intel)
  • Windows: Download the .exe installer
  • Linux: Download the .deb file (for Debian-based distributions like Ubuntu) or .AppImage for other distros
  • macOS (ZIP): Download the .zip file for manual installation

linux & windows users: for best file watching performance, install watchman. spacecake will show a tip in the status bar recommending this.

On first launch, spacecake opens the home folder (~/.spacecake) for general notes.
Press ⌘O (macOS) or ctrl+O (Windows/Linux) to open your project as a workspace.

📖 markdown features

  • proper code blocks with syntax highlighting and your favourite keyboard shortcuts (ctrl+D, anyone?)
  • slash command menu (/) for inserting code blocks, headings, frontmatter, and more
  • frontmatter support with table and code view modes
  • checklists and badges for agent execution plans
  • diagrams with mermaid
  • WYSIWYG and 'live preview' modes
  • wikilinks ([[page name]]) for linking between workspace files, with heading and block anchors
  • URL links for external resources

🖥️ integrated terminal

spacecake comes with Ghostty terminal embedded.

  • run your favourite CLI agents (Claude Code, Codex, Gemini)
  • go beyond vibe-coding with Spec Kit
  • multi-tab support (⌘T / ctrl+T to open, ctrl+Tab to cycle)
  • dockable left, right, or bottom

Claude Code integration

spacecake provides deep integration with Claude Code:

  • context awareness: tells Claude which file and line you're editing
  • plan mode: enabled by default when running in the spacecake terminal
  • status line: auto-configured on first launch, shows live metrics (model, context %, cost)
  • plans panel: press ctrl+G to view and manage plans
  • open files: Claude can open files directly in the editor and wait for you to save and close before continuing

See the Claude Code integration docs for more details.

🔀 git

built-in git integration with a dockable panel:

  • changes: view modified, staged, and untracked files with inline diffs
  • commit: select files, write a message, and commit (with amend support)
  • branches: create, switch, and delete branches from a popover
  • sync: fetch, pull, and push with ahead/behind indicators
  • stash: quick stash, pop, and drop
  • history: browse recent commits and view per-commit diffs
  • merge conflicts: dedicated conflict editor for resolving conflicts
  • clone / init: clone a repo (⌘⇧C) or initialise a new one from the menu bar
  • GitHub: links to view on GitHub and create pull requests

📋 tasks

the tasks panel shows live Claude Code tasks from the active session, with status filters and sortable columns.
dock it left, right, or bottom alongside the terminal and git panels.

🧑‍💻 code-editing features

spacecake uses CodeMirror internally to provide a rich code-editing experience:

  • syntax highlighting
  • autocompletion
  • bracket closing
  • code folding
  • linting
  • the usual keyboard shortcuts

🔍 search

  • find in file (⌘F / ctrl+F) — search within the current file with match highlighting, navigation, and case/word/regex toggles
  • find in workspace (⌘⇧F / ctrl+shift+F) — ripgrep-powered search across all files, with file include/exclude filters and results grouped by file

⚙️ other features

  • autosave: auto-save files on edit (enable in workspace settings)
  • light / dark mode: toggle from the status bar

keyboard shortcuts

shortcutaction
⌘Oopen workspace
⌘Pquick open file
⌘Ffind in file
⌘⇧Ffind in workspace
⌘Nnew file
⌘1focus editor
⌘Btoggle sidebar
⌘Wclose tab
⌘Ssave file
⌘⇧Ssave all files
ctrl+`toggle terminal
⌘Tnew terminal tab
ctrl+Gopen plans

See the full keyboard shortcuts list for more.

🛠️ building from source

want to contribute or build spacecake yourself? see CONTRIBUTING.md for prerequisites and setup instructions.

📦 project structure

This is a monorepo:

folderdescription
spacecake-app/desktop app
website/landing page & docs (spacecake.ai)
cli/command-line tool

📋 changelog

See the desktop app changelog for a list of releases and changes.

Star History

Star History Chart

Product Hunt

spacecake - Run Claude Code agents in terminal with a visual editor | Product Hunt

Collected info

  • 373 stars
  • 16 forks
  • Language: TypeScript
  • Source updated: 9/21/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.