Content
# GCP MCP Agent MCP Server
## 📁 Directory Structure
```
pe-unified/program_non_dist/automation/mcp_servers/pe_gcp_agent/
│
├── main.py # Entry point for the GCP Agent server
├── requirements.txt # Python dependencies
├── README.md # This documentation file
└── tests/
└── test_pe_gcp_agent.py # Unit tests for GCP Agent
```
## 📝 Description
The PE GCP Agent MCP server provides integration with Google Cloud Platform services, enabling automated resource management and monitoring capabilities.
## 🚀 Installation
1. Ensure Python 3.8+ is installed
2. Install dependencies:
```bash
pip install -r requirements.txt
```
## ⚙️ Configuration
Configure GCP credentials before running the server:
1. Set up GCP service account with appropriate permissions
2. Set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable
## 🏃 Running the Server
Start the MCP server:
```bash
python main.py
```
## 🧪 Testing
Run the test suite:
```bash
pytest tests/
```
## 📦 Dependencies
See `requirements.txt` for complete list of Python package dependencies.
## 🔒 Security Notes
- Keep GCP credentials secure and never commit them to version control
- Follow the principle of least privilege when setting up service account permissions
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.