vibedonate for Cursor
io.github.pooriaarab/vibedonate
BitTorrent-style mesh for AI inference across agentic CLIs. Local-first.
client:Cursor
transport:stdio
runtime:npm
Install vibedonate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vibedonate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vibedonate"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs