Skip to content
Grok

On Board for Grok

io.github.swisspra/on_board

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

client:Grok transport:stdio runtime:pypi

Install On Board in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

On Board in other clients