agent harnesses for Cursor
io.github.ryanalberts/agent-harnesses
Agent-harness picks, decision guides, and setup templates; live GitHub/HN discovery.
client:Cursor
transport:stdio
runtime:pypi
Install agent harnesses in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-harnesses": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-harnesses-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs