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
{
"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