This repository contains Model Context Protocol (MCP) servers that enable MCP clients (like Claude Desktop or the cline.bot VS Code extension) to
If you already use MCP Security, the mcp security mcp server is the piece that lets your assistant work with it directly. This repository contains Model Context Protocol (MCP) servers that enable MCP clients (like Claude Desktop or the cline.bot VS Code extension) to access Google's security products and services:.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Installation — You can install the packages using uv tool install (recommended):UV_ENV_FILE — The --env-file option allows uv to use a .env file for environment variables. You can create this file or use system environment variables asTroubleshooting — Running the MCP Server from the CLI (and outside of your MCP client) can reveal issues: uv --verbose \ --directorygti_mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Configuration is passed through the environment: CHRONICLE_PROJECT_ID, CHRONICLE_CUSTOMER_ID, CHRONICLE_REGION, VT_APIKEY, SOAR_URL, SOAR_APP_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. MCP Security's toolset — Installation, UV_ENV_FILE, Troubleshooting — is a fair guide to whether it matches your workflow. It is maintained by google; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Installation | You can install the packages using uv tool install (recommended): |
| UV_ENV_FILE | The --env-file option allows uv to use a .env file for environment variables. You can create this file or use system environment variables as described in the usage guide. |
| Troubleshooting | Running the MCP Server from the CLI (and outside of your MCP client) can reveal issues: uv --verbose \ --directory "/Users/dandye/Projects/google-mcp-security/server/scc" \ run \ --env-file "/Users/dandye/Projects/google |
{
"mcpServers": {
"secops": {
"command": "uvx",
"args": [
"--from",
"google-secops-mcp",
"secops_mcp"
],
"env": {
"CHRONICLE_PROJECT_ID": "your-project-id",
"CHRONICLE_CUSTOMER_ID": "01234567-abcd-4321-1234-0123456789ab",
"CHRONICLE_REGION": "us"
}
},
"gti": {
"command": "uvx",
"args": [
"gti_mcp"
],
"env": {
"VT_APIKEY": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
}
},
"scc-mcp": {
"command": "uvx",
"args": [
"scc_mcp"
],
"env": {}
},
"secops-soar": {
"command": "uvx",
"args": [
"secops_soar_mcp",
"--integrations",
"CSV,OKTA"
],
"env": {
"SOAR_URL": "https://yours-here.siemplify-soar.com:443",
"SOAR_APP_KEY": "01234567-abcd-4321-1234-0123456789ab"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CHRONICLE_PROJECT_ID | Configuration value read at startup. | Optional |
| CHRONICLE_CUSTOMER_ID | Configuration value read at startup. | Optional |
| CHRONICLE_REGION | Configuration value read at startup. | Optional |
| VT_APIKEY | Credential the server authenticates with. | Yes |
| SOAR_URL | Endpoint or connection string the server talks to. | Yes |
| SOAR_APP_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.