Skip to content
Zed

actionforge for Zed

io.github.pritas/actionforge

MCP server for ActionForge: expose your account's tools to Claude and any MCP client.

client:Zed transport:stdio runtime:npm

Install actionforge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "actionforge": {
      "command": "npx",
      "args": [
        "-y",
        "actionforge-mcp"
      ],
      "env": {
        "ACTIONFORGE_API_KEY": "<ACTIONFORGE_API_KEY>",
        "ACTIONFORGE_URL": "<ACTIONFORGE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

actionforge in other clients