rootvine mcp for Cursor
io.github.ragingorangutan/rootvine-mcp
Cross-platform music and game resolution for AI agents across 15+ platforms.
client:Cursor
transport:stdio
runtime:npm
Install rootvine mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rootvine-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rootvine-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs