Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"oh-my-githubcopilot": {
"command": "node",
"args": [
"./dist/mcp/server.mjs"
],
"env": {
"OMP_FLEET_DB": "~/.omp/fleet/fleet.db",
"OMP_STATE_DB": "~/.omp/state/omp.db",
"OMP_LOG_LEVEL": "info",
"OMP_COPILOT_STATUS_LINE_COMMAND": "./bin/omp-statusline.sh",
"OMP_COPILOT_REQUIRED_EXPERIMENTAL_FEATURES": "STATUS_LINE,SHOW_FILE,EXTENSIONS,BACKGROUND_SESSIONS,CONFIGURE_COPILOT_AGENT,MULTI_TURN_AGENTS,SESSION_STORE"
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
OMP_FLEET_DB=~/.omp/fleet/fleet.dbOMP_STATE_DB=~/.omp/state/omp.dbOMP_LOG_LEVEL=infoOMP_COPILOT_STATUS_LINE_COMMAND=./bin/omp-statusline.shOMP_COPILOT_REQUIRED_EXPERIMENTAL_FEATURES=STATUS_LINE,SHOW_FILE,EXTENSIONS,BACKGROUND_SESSIONS,CONFIGURE_COPILOT_AGENT,MULTI_TURN_AGENTS,SESSION_STOREnpx claudepluginhub r3dlex/oh-my-githubcopilot