Loading MCP server directory, please wait...
MCP server for Harness API integration
npx @getmcp/cli add io.github.asklokesh/harness-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
HARNESS_API_KEYAPI Key for HARNESS
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.asklokesh/harness-mcp-server": {
"command": "uvx",
"args": [
"harness-mcp-server"
],
"env": {
"HARNESS_API_KEY": "",
"HARNESS_API_URL": ""
}
}
}
}