Lets AI coding agents discover and reference each other's recent sessions.
claude mcp add openharness -- npx -y @freebird-ai/openharness
claude_desktop_config.json
{
"mcpServers": {
"openharness": {
"command": "npx",
"args": [
"-y",
"@freebird-ai/openharness"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"openharness": {
"command": "npx",
"args": [
"-y",
"@freebird-ai/openharness"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"openharness": {
"command": "npx",
"args": [
"-y",
"@freebird-ai/openharness"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"openharness": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@freebird-ai/openharness"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"openharness": {
"command": "npx",
"args": [
"-y",
"@freebird-ai/openharness"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.philo-kim--openharness/reviews or the review_server meta-tool.
POST /mcp