Loading MCP server directory, please wait...
Cross-platform shared memory and ticket coordination for AI agents across MCP clients.
npx @getmcp/cli add io.github.swisspra/On_BoardRequires Python 3.10+. Community-contributed server. Review source before installing.
AGENT_PROJECT_DIRAbsolute path to the project that owns the .agent-mem directory.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.swisspra/On_Board": {
"command": "uvx",
"args": [
"onboard-memory-mcp"
],
"env": {
"AGENT_PROJECT_DIR": ""
}
}
}
}