GCP Platform Engineer for Cursor
io.github.debilla/platform-mcp
Read-only GCP tools for debugging incidents and finding cost savings
client:Cursor
transport:stdio
runtime:pypi
Install GCP Platform Engineer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"platform-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"platform-mcp"
],
"env": {
"PLATFORM_MCP_ENVIRONMENTS": "<PLATFORM_MCP_ENVIRONMENTS>",
"PLATFORM_MCP_DEFAULT_ENVIRONMENT": "<PLATFORM_MCP_DEFAULT_ENVIRONMENT>",
"PLATFORM_MCP_CONFIG": "<PLATFORM_MCP_CONFIG>",
"PLATFORM_MCP_AUDIT_LOG": "<PLATFORM_MCP_AUDIT_LOG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs