squad up for Cursor
io.github.hrandhawa02/squad_up
Create events, add invitees, manage potlucks and carpools via natural language.
client:Cursor
transport:stdio
runtime:pypi
Install squad up in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"squad_up": {
"type": "stdio",
"command": "uvx",
"args": [
"squad-up-mcp"
],
"env": {
"SQUAD_UP_API_URL": "<SQUAD_UP_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs