gcp-security-mcp-server

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

  1. Ask Manraj to share the firebase workspace we're working in

  2. Open the terminal by clicking the bottom bar near where the error and warning icons are.

  3. Authorize with github by running gh auth login

  4. Start making changes to the MCP server code.