Skip to content
Cursor

On Board for Cursor

io.github.swisspra/on_board

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

client:Cursor transport:stdio runtime:pypi

Install On Board in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

On Board in other clients