Skip to content
Windsurf

On Board for Windsurf

io.github.swisspra/on_board

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

client:Windsurf transport:stdio runtime:pypi

Install On Board in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "on_board": {
      "command": "uvx",
      "args": [
        "onboard-memory-mcp"
      ],
      "env": {
        "AGENT_PROJECT_DIR": "<AGENT_PROJECT_DIR>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

On Board in other clients