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
{
"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