mcpbeat Sign in

On Board MCP Server

local only

On Board runs on your own machine — the client starts it, so there is no endpoint to ping. 160 installs a week from pypi. Last commit 7 Aug 2026.

Cross-platform shared memory and ticket coordination for AI agents across MCP clients.

Installs per day peak 384 · avg 42 · +54% w/w
a month agotoday
160
Installs / week
pypi · onboard-memory-mcp
4
Stars
0 open issues
7 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command dashboard_live.py:1031, onboard_server.py:30, server.py:2291 и ещё 5
        subprocess.run(
Dumps the whole environment [пакет] test_a2a_multiprocess.py:60
    env = dict(os.environ,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 On_Board -- uvx onboard-memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "On_Board": {
      "args": [
        "onboard-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.On_Board]
command = "uvx"
args = ["onboard-memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "On_Board": {
      "args": [
        "onboard-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "On_Board": {
      "args": [
        "onboard-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to On Board

same job, measured the same way
Octopus Blackboard
by octoryn

Shared memory & coordination for AI coding agents — a blackboard, not an orchestrator.

52 installs/wk local only
Seamless
by 0spoon

Local-first shared memory and task coordination for AI coding agents. Go daemon plus headless CLI.

local only
Mifactory Agent Memory
by mifactory-bot

Persistent memory for AI agents across Claude, ChatGPT and any MCP client.

2 tools answering
MemoryRouter
by memoryrouter

Persistent AI memory shared across Claude, ChatGPT, coding agents, and compatible MCP clients.

10 tools answering
Concord MCP
by get-concord-ai

Cross-harness communication and shared work-state for AI coding agents.

704 installs/wk local only
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

91 installs/wk local only
Rootvine MCP
by ragingorangutan

Cross-platform music and game resolution for AI agents across 15+ platforms.

252 installs/wk local only
OMEGA Memory
by omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

1 673 installs/wk local only

On Board — questions

Answers built from our own checks of this server.

Why is there no uptime for On Board?
On Board 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 pypi package onboard-memory-mcp was installed 160 times last week.
How do I connect On Board?
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 onboard-memory-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use On Board?
The pypi package onboard-memory-mcp was installed 160 times in the last week. Week over week that is +54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is On Board open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.