teamspend for Cursor
io.github.rudrendupaul/teamspend
Compares AI coding tool spend before and after a migration via MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install teamspend in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"teamspend": {
"type": "stdio",
"command": "uvx",
"args": [
"teamspend-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs