openharness for Cursor
io.github.philo-kim/openharness
Lets AI coding agents discover and reference each other's recent sessions.
client:Cursor
transport:stdio
runtime:npm
Install openharness in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openharness": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@freebird-ai/openharness"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs