Skip to content
This repository was archived by the owner on Jul 5, 2026. It is now read-only.

Install MCP configs for Zed and Firebender#31

Merged
alexstyl merged 1 commit into
mainfrom
mcp-zed-firebender-installers
Jul 5, 2026
Merged

Install MCP configs for Zed and Firebender#31
alexstyl merged 1 commit into
mainfrom
mcp-zed-firebender-installers

Conversation

@alexstyl

@alexstyl alexstyl commented Jul 5, 2026

Copy link
Copy Markdown
Member

Summary

  • Add composables mcp install --client firebender for Firebender global MCP config.
  • Add composables mcp install --client zed for Zed global MCP config.
  • Keep both clients on the local stdio server command: composables mcp start.

Client config

Firebender writes ~/.firebender/firebender.json:

{
  "mcpServers": {
    "composables": {
      "command": "composables",
      "args": ["mcp", "start"]
    }
  }
}

Zed writes global settings:

  • macOS: ~/.zed/settings.json
  • Linux: ~/.config/zed/settings.json
  • Windows: %APPDATA%\Zed\settings.json with a ~/AppData/Roaming/Zed/settings.json fallback
{
  "context_servers": {
    "composables": {
      "command": "composables",
      "args": ["mcp", "start"]
    }
  }
}

Sources checked

Verification

  • ./gradlew spotlessCheck :cli:test :cli:integrationTest

@alexstyl alexstyl force-pushed the mcp-zed-firebender-installers branch from 2a0c85d to a7ecc26 Compare July 5, 2026 03:34
@alexstyl alexstyl force-pushed the mcp-zed-firebender-installers branch from a7ecc26 to 9336dcf Compare July 5, 2026 03:36
@alexstyl alexstyl merged commit 24a9933 into main Jul 5, 2026
1 check passed
@alexstyl alexstyl deleted the mcp-zed-firebender-installers branch July 5, 2026 03:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant