On Board
Rank #11,834io.github.swisspra/On_Board
Cross-platform shared memory and ticket coordination for AI agents across MCP clients.
On Board is a Model Context Protocol (MCP) server published by swisspra. It ranks #11,834 of 132,113 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. On Board is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 27, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 120,279 of 132,113 servers on MCP Toplist.
Use On Board
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add on-board -e "AGENT_PROJECT_DIR=<your AGENT_PROJECT_DIR>" -- uvx onboard-memory-mcpReplace each placeholder with your own value before saving.
[mcp_servers.on-board]
command = "uvx"
args = ["onboard-memory-mcp"]
[mcp_servers.on-board.env]
AGENT_PROJECT_DIR = "<your AGENT_PROJECT_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"on-board": {
"command": "uvx",
"args": [
"onboard-memory-mcp"
],
"env": {
"AGENT_PROJECT_DIR": "<your AGENT_PROJECT_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"on-board": {
"command": "uvx",
"args": [
"onboard-memory-mcp"
],
"env": {
"AGENT_PROJECT_DIR": "<your AGENT_PROJECT_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"on-board": {
"type": "stdio",
"command": "uvx",
"args": [
"onboard-memory-mcp"
],
"env": {
"AGENT_PROJECT_DIR": "<your AGENT_PROJECT_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"on-board": {
"command": "uvx",
"args": [
"onboard-memory-mcp"
],
"env": {
"AGENT_PROJECT_DIR": "<your AGENT_PROJECT_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"on-board": {
"command": "uvx",
"args": [
"onboard-memory-mcp"
],
"env": {
"AGENT_PROJECT_DIR": "<your AGENT_PROJECT_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.swisspra%2FOn_Board)<a href="https://mcptoplist.com/server/io.github.swisspra%2FOn_Board"><img src="https://mcptoplist.com/badge/io.github.swisspra%2FOn_Board.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
swisspra
Other servers by swisspra
View all swisspra servers →Available versions (1)
| Version | Published |
|---|---|
| 4.0.4 | Aug 3, 2026 |
Frequently asked questions
- Who maintains On Board?
- On Board is maintained by swisspra, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is On Board listed on the Official MCP Registry?
- Yes — On Board is listed on the Official MCP Registry, alongside Glama.
- How many versions does On Board have?
- MCP Toplist tracks 1 version of On Board, most recently published on Aug 3, 2026.
- Where can I find the source code for On Board?
- The source code for On Board is hosted at github.com/swisspra/On_Board.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.