Statbotics for Cursor
io.github.withinfocus/statbotics
Statbotics MCP Server
client:Cursor
transport:stdio
runtime:npm
Install Statbotics in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"statbotics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@withinfocus/statbotics-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs