Skip to content

Harness for Zed

io.github.asklokesh/harness-mcp-server

MCP server for Harness API integration

client:Zed transport:stdio runtime:pypi

Install Harness 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": {
    "harness-mcp-server": {
      "command": "uvx",
      "args": [
        "harness-mcp-server"
      ],
      "env": {
        "HARNESS_API_KEY": "<HARNESS_API_KEY>",
        "HARNESS_API_URL": "<HARNESS_API_URL>"
      }
    }
  }
}

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

Harness in other clients