{"id":28737244,"url":"https://github.com/zoroken123/gcp-mcp-server","last_synced_at":"2026-01-20T16:29:46.520Z","repository":{"id":298701952,"uuid":"1000679218","full_name":"Zoroken123/gcp-mcp-server","owner":"Zoroken123","description":"GCP MCP Server provides a streamlined solution for managing cloud resources efficiently. Join the community and contribute to its growth! 🌟👩💻","archived":false,"fork":false,"pushed_at":"2025-07-04T06:20:27.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T07:27:30.209Z","etag":null,"topics":["app-platform","bigquery","caprover","cloud","cobra-cli","cursor-ai","digitalocean","docker","droplet","genai","infrastructure","mcp","mcp-server","model-context-protocol","multi-language","nodejs","python","vertex-ai"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zoroken123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-12T06:51:26.000Z","updated_at":"2025-07-04T06:20:30.000Z","dependencies_parsed_at":"2025-06-27T03:27:43.142Z","dependency_job_id":"a65e7d7e-4ae7-4b5b-a762-60fb4025492a","html_url":"https://github.com/Zoroken123/gcp-mcp-server","commit_stats":null,"previous_names":["zoroken123/gcp-mcp-server"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Zoroken123/gcp-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zoroken123%2Fgcp-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zoroken123%2Fgcp-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zoroken123%2Fgcp-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zoroken123%2Fgcp-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zoroken123","download_url":"https://codeload.github.com/Zoroken123/gcp-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zoroken123%2Fgcp-mcp-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264538054,"owners_count":23624426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-platform","bigquery","caprover","cloud","cobra-cli","cursor-ai","digitalocean","docker","droplet","genai","infrastructure","mcp","mcp-server","model-context-protocol","multi-language","nodejs","python","vertex-ai"],"created_at":"2025-06-16T02:09:25.304Z","updated_at":"2025-07-10T06:07:37.320Z","avatar_url":"https://github.com/Zoroken123.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GCP MCP Server 🚀\n\n![GitHub Repo stars](https://img.shields.io/github/stars/Zoroken123/gcp-mcp-server?style=social) ![GitHub issues](https://img.shields.io/github/issues/Zoroken123/gcp-mcp-server) ![GitHub license](https://img.shields.io/github/license/Zoroken123/gcp-mcp-server)\n\nWelcome to the **GCP MCP Server** repository! This project provides a robust integration of Google Cloud Platform (GCP) services tailored for Generative AI applications. With this server, you can easily harness the power of GCP's capabilities, enabling seamless interaction between AI agents and cloud resources.\n\n## Table of Contents\n\n1. [Introduction](#introduction)\n2. [Features](#features)\n3. [Technologies Used](#technologies-used)\n4. [Installation](#installation)\n5. [Usage](#usage)\n6. [Contributing](#contributing)\n7. [License](#license)\n8. [Releases](#releases)\n9. [Contact](#contact)\n\n## Introduction\n\nThe GCP MCP Server serves as a central hub for integrating various GCP services, including BigQuery, Vertex AI, and other essential tools. This project aims to simplify the development process for AI applications by providing a unified platform that adheres to the Model Context Protocol (MCP).\n\n## Features\n\n- **Seamless GCP Integration**: Connect effortlessly with GCP services to enhance your AI applications.\n- **Support for Multiple AI Agents**: Deploy and manage various AI agents within the same environment.\n- **Data Handling with BigQuery**: Utilize BigQuery for efficient data storage and querying.\n- **Robust Infrastructure**: Built on a solid foundation to ensure reliability and performance.\n- **Easy Setup**: Get started quickly with clear installation instructions.\n\n## Technologies Used\n\n- **Google Cloud Platform**: The backbone of the server, providing scalable resources.\n- **BigQuery**: For handling large datasets and performing complex queries.\n- **Vertex AI**: To manage and deploy machine learning models effectively.\n- **Model Context Protocol (MCP)**: Ensures structured communication between AI agents and the server.\n- **Node.js**: The runtime environment for the server.\n- **Express.js**: For building web applications and APIs.\n\n## Installation\n\nTo set up the GCP MCP Server, follow these steps:\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/Zoroken123/gcp-mcp-server.git\n   cd gcp-mcp-server\n   ```\n\n2. **Install Dependencies**:\n\n   Use npm to install the required packages:\n\n   ```bash\n   npm install\n   ```\n\n3. **Set Up Google Cloud Credentials**:\n\n   Ensure you have a Google Cloud account and set up your credentials. You can follow the [GCP documentation](https://cloud.google.com/docs/authentication/getting-started) for guidance.\n\n4. **Run the Server**:\n\n   Start the server with the following command:\n\n   ```bash\n   npm start\n   ```\n\nThe server will now be running on your local machine.\n\n## Usage\n\nOnce the server is up and running, you can interact with it using HTTP requests. The API provides endpoints for managing AI agents, querying data from BigQuery, and integrating with Vertex AI.\n\n### Example API Request\n\nTo add a new AI agent, send a POST request to the `/agents` endpoint:\n\n```bash\ncurl -X POST http://localhost:3000/agents -H \"Content-Type: application/json\" -d '{\"name\": \"Agent1\", \"type\": \"chatbot\"}'\n```\n\n### Documentation\n\nFor detailed API documentation, refer to the `docs` folder in the repository. It contains examples, endpoint descriptions, and usage scenarios.\n\n## Contributing\n\nWe welcome contributions from the community! If you want to help improve the GCP MCP Server, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Make your changes and commit them.\n4. Push your branch and create a pull request.\n\nPlease ensure your code adheres to our coding standards and includes appropriate tests.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Releases\n\nFor the latest releases, please visit our [Releases](https://github.com/Zoroken123/gcp-mcp-server/releases) section. You can download the latest version and execute it to start using the GCP MCP Server.\n\n## Contact\n\nFor any questions or support, feel free to reach out:\n\n- **Author**: Zoroken123\n- **Email**: [your-email@example.com](mailto:your-email@example.com)\n\n---\n\nThank you for checking out the GCP MCP Server! We hope you find it useful for your AI projects. For more information, visit our [Releases](https://github.com/Zoroken123/gcp-mcp-server/releases) section to download the latest version.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoroken123%2Fgcp-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoroken123%2Fgcp-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoroken123%2Fgcp-mcp-server/lists"}