manrajt-google/gcp-security-mcp-server
3.1
If you are the rightful owner of gcp-security-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The GCP Security MCP Server is a test server designed for use in hackathons, providing a platform to explore and develop security protocols using Model Context Protocol (MCP) technology.
gcp-security-mcp-server
A test mcp server that we can use for the hackathon.
Gemini CLI Settings for MCP server
In your ~/.gemini/settings.json
file, make sure you have the following settings:
{ ...file contains other config objects
"mcpServers": {
"security-tools": {
"command": "path/to/server/binary", // should be home/user/gcp-security-mcp-server/gcp-security-mcp
"cwd": "path/to/server/directory", // should be home/user/gcp-security-mcp-server
"timeout": 30000,
"trust": false
}
}
}
Development instructions
-
Ask Manraj to share the firebase workspace we're working in
-
Open the terminal by clicking the bottom bar near where the error and warning icons are.
-
Authorize with github by running
gh auth login
-
Start making changes to the MCP server code.