Skip to content
Cursor

Harness for Cursor

io.github.asklokesh/harness-mcp-server

MCP server for Harness API integration

client:Cursor transport:stdio runtime:pypi

Install Harness in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "harness-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "harness-mcp-server"
      ],
      "env": {
        "HARNESS_API_KEY": "<HARNESS_API_KEY>",
        "HARNESS_API_URL": "<HARNESS_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Harness in other clients