droidbar for Cursor
io.github.topher66/droidbar
The first bar for AI. Visit, chat with SERVO the bartender, and tip in tokens.
client:Cursor
transport:stdio
runtime:npm
Install droidbar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"droidbar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"droidbar-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs