aboard
Rank #7,442me.untype/aboard
Falsifiable claims about systemic problems: causal graph, forecasts, dossiers.
aboard is a Model Context Protocol (MCP) server published by ostin-pil. It ranks #7,442 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. aboard is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 29, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 124,604 of 132,046 servers on MCP Toplist.
Use aboard
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http aboard https://aboard.untype.me/mcpclaude mcp add aboard -e "ABOARD_API_BASE_URL=<your ABOARD_API_BASE_URL>" -e "ABOARD_AGENT_TOKEN=<your ABOARD_AGENT_TOKEN>" -- npx -y aboard-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.aboard]
url = "https://aboard.untype.me/mcp"Add to ~/.codex/config.toml.
[mcp_servers.aboard]
command = "npx"
args = ["-y", "aboard-mcp-server"]
[mcp_servers.aboard.env]
ABOARD_API_BASE_URL = "<your ABOARD_API_BASE_URL>"
ABOARD_AGENT_TOKEN = "<your ABOARD_AGENT_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://aboard.untype.me/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"aboard": {
"command": "npx",
"args": [
"-y",
"aboard-mcp-server"
],
"env": {
"ABOARD_API_BASE_URL": "<your ABOARD_API_BASE_URL>",
"ABOARD_AGENT_TOKEN": "<your ABOARD_AGENT_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aboard": {
"url": "https://aboard.untype.me/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"aboard": {
"command": "npx",
"args": [
"-y",
"aboard-mcp-server"
],
"env": {
"ABOARD_API_BASE_URL": "<your ABOARD_API_BASE_URL>",
"ABOARD_AGENT_TOKEN": "<your ABOARD_AGENT_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aboard": {
"type": "http",
"url": "https://aboard.untype.me/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"aboard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aboard-mcp-server"
],
"env": {
"ABOARD_API_BASE_URL": "<your ABOARD_API_BASE_URL>",
"ABOARD_AGENT_TOKEN": "<your ABOARD_AGENT_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aboard": {
"serverUrl": "https://aboard.untype.me/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aboard": {
"command": "npx",
"args": [
"-y",
"aboard-mcp-server"
],
"env": {
"ABOARD_API_BASE_URL": "<your ABOARD_API_BASE_URL>",
"ABOARD_AGENT_TOKEN": "<your ABOARD_AGENT_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aboard": {
"url": "https://aboard.untype.me/mcp"
}
}
}{
"mcpServers": {
"aboard": {
"command": "npx",
"args": [
"-y",
"aboard-mcp-server"
],
"env": {
"ABOARD_API_BASE_URL": "<your ABOARD_API_BASE_URL>",
"ABOARD_AGENT_TOKEN": "<your ABOARD_AGENT_TOKEN>"
}
}
}
}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/me.untype%2Faboard)<a href="https://mcptoplist.com/server/me.untype%2Faboard"><img src="https://mcptoplist.com/badge/me.untype%2Faboard.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ostin-pil
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Aug 24, 2026 |
| 0.1.0 | Jul 29, 2026 |
Frequently asked questions
- Who maintains aboard?
- aboard is maintained by ostin-pil, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is aboard listed on the Official MCP Registry?
- Yes — aboard is listed on the Official MCP Registry, alongside Glama.
- How many versions does aboard have?
- MCP Toplist tracks 2 versions of aboard, most recently published on Aug 24, 2026.
- Where can I find the source code for aboard?
- The source code for aboard is hosted at github.com/ostin-pil/aboard.
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.