Labby for Cursor
ai.dinglebear/labby
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.
client:Cursor
transport:stdio
runtime:npm
Install Labby in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"labby": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/labby"
],
"env": {
"LABBY_VERSION": "<LABBY_VERSION>",
"LABBY_REPO": "<LABBY_REPO>",
"LABBY_LOG": "<LABBY_LOG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs