A test mcp server that we can use for the hackathon
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"gcp-security-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A test mcp server that we can use for the hackathon.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in cloud / security
MCP Server for GCP environment for interacting with various Observability APIs.
MCP server for Datto SaaS Protection — M365/GWS backups, restores, seats.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP Security Weekly
Get CVE alerts and security updates for Gcp Security Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A test mcp server that we can use for the hackathon.
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
}
}
}
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.