mcpbeat Sign in

Openharness MCP Server

by philo-kim Your server? Claim it
local only

Openharness runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 17 Mar 2026.

Lets AI coding agents discover and reference each other's recent sessions.

Installs per day peak 12 · avg 5 · +70% w/w
a month agotoday
29
Installs / week
npm · @freebird-ai/openharness
0
Stars
0 open issues
17 Mar 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Openharness every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openharness -- npx -y @freebird-ai/openharness
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openharness": {
      "args": [
        "-y",
        "@freebird-ai/openharness"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openharness]
command = "npx"
args = ["-y", "@freebird-ai/openharness"]
.cursor/mcp.json
{
  "mcpServers": {
    "openharness": {
      "args": [
        "-y",
        "@freebird-ai/openharness"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openharness": {
      "args": [
        "-y",
        "@freebird-ai/openharness"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Openharness

same job, measured the same way
CacheBash
by feelgreatfoodie

Let your AI sessions talk to each other — messaging, tasks, sessions, and alerts

answering
Threadline MCP
by jkheadley

Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.

62 installs/wk local only
showagent
by aytzey

Search, resume and convert AI coding sessions (Claude Code, Codex, Gemini, OpenCode, Pi) over MCP.

local only
CogSession
by premanand8800

Session memory for AI coding agents: records decisions and dead ends, flags what went stale.

98 installs/wk local only
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only
oss-search
by sblattj

Fast local and federated OSS code search and repo discovery for AI agents

226 installs/wk local only
Knowledge MCP
by fulminate-io

Persistent memory graph for coding agents: hypotheses, evidence, and decisions survive sessions.

local only

Openharness — questions

Answers built from our own checks of this server.

Why is there no uptime for Openharness?
Openharness runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @freebird-ai/openharness was installed 29 times last week.
How do I connect Openharness?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @freebird-ai/openharness straight from npm; nothing to host, nothing to sign up for.
How many people use Openharness?
The npm package @freebird-ai/openharness was installed 29 times in the last week. Week over week that is +70%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openharness open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.