Google Workspace Admin Security-Audit MCP for Cursor
io.github.shigechika/gwsadm-mcp
MCP server for Google Workspace security auditing — login audit, external sharing, daily brief
client:Cursor
transport:stdio
runtime:pypi
Install Google Workspace Admin Security-Audit MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gwsadm-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"gwsadm-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs