{"id":51473163,"url":"https://github.com/gemini-cli-extensions/database-migration-service","last_synced_at":"2026-07-08T16:01:43.246Z","repository":{"id":356355815,"uuid":"1216087913","full_name":"gemini-cli-extensions/database-migration-service","owner":"gemini-cli-extensions","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-20T19:17:18.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-07T18:49:42.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gemini-cli-extensions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-20T14:54:44.000Z","updated_at":"2026-04-21T12:43:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gemini-cli-extensions/database-migration-service","commit_stats":null,"previous_names":["gemini-cli-extensions/database-migration-service"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gemini-cli-extensions/database-migration-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fdatabase-migration-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fdatabase-migration-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fdatabase-migration-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fdatabase-migration-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemini-cli-extensions","download_url":"https://codeload.github.com/gemini-cli-extensions/database-migration-service/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemini-cli-extensions%2Fdatabase-migration-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35270196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-07-06T20:00:39.735Z","updated_at":"2026-07-08T16:01:43.217Z","avatar_url":"https://github.com/gemini-cli-extensions.png","language":null,"funding_links":[],"categories":["Cloud and Infrastructure"],"sub_categories":[],"readme":"# Database Migration Service Managed MCP Extension\n\n\u003e **Preview:** This product is subject to the \"Pre-GA Offerings Terms\" in the\n\u003e General Service Terms section of the\n\u003e [Service Specific Terms](https://docs.cloud.google.com/terms/service-terms#1).\n\u003e Pre-GA products and features are available \"as is\" and might have limited\n\u003e support. For more information, see the\n\u003e [launch stage descriptions](https://cloud.google.com/products#product-launch-stages).\n\nThe Database Migration Service managed MCP extension lets you manage migration\njobs from your AI application. You can start, stop, resume, or delete migration\njobs with Database Migration Service remote MCP server.\n\n## Why use the Database Migration Service managed MCP server?\n\nGoogle and Google Cloud\n[managed MCP servers](https://docs.cloud.google.com/mcp/overview) can be used in\nyour AI applications with enterprise-ready governance, security, and access\ncontrol.\n\n## Before you begin\n\n1.  In the Google Cloud console, on the\n    [project selector page](https://console.cloud.google.com/projectselector2/home/dashboard),\n    select or create a Google Cloud project.\n\n    \u003e **Note**: If you don't plan to keep the resources that you create in this\n    \u003e procedure, create a project instead of selecting an existing project.\n    \u003e After you finish these steps, you can delete the project, removing all\n    \u003e resources associated with the project.\n\n2.  Get your administrator to grant you the\n    [MCP Tool User role](https://docs.cloud.google.com/iam/docs/roles-permissions/mcp#mcp.toolUser)\n    (`roles/mcp.toolUser`) on the Google Cloud project. If you created a new\n    project, then you already have the required permissions.\n\n3.  Ensure your administrator has enabled the\n    [Database Migration Service API](https://console.cloud.google.com/marketplace/product/google/datamigration.googleapis.com)\n    on the Google Cloud project.\n\n## Configure authentication\n\nThis extension uses Google Application Default Credentials (ADC) to perform\nauthentication. To login with ADC, run the following command in your terminal:\n\n```bash\ngcloud auth application-default login\n```\n\nFor additional details, see the\n[ADC documentation](https://docs.cloud.google.com/docs/authentication/application-default-credentials#personal).\n\n## Install the extension\n\nTo install the extension, run the following command in your terminal:\n\n```bash\ngemini extensions install https://github.com/gemini-cli-extensions/database-migration-service\n```\n\n## Available tools\n\nTo see a complete list of available tools and their schemas, see the\n[Database Migration Service MCP reference](https://docs.cloud.google.com/database-migration/docs/reference/mcp).\n\n## Sample use cases\n\nThe following are example use cases for the Database Migration Service MCP\nserver:\n\n-   List, get, start, and delete migration jobs in your project.\n-   List static IP addresses that Database Migration Service connects from to\n    your source database during heterogeneous migrations.\n-   Use the get_operation tool to poll the status of operations such as starting\n    or deleting a migration job.\n\n### Sample prompts\n\n-   List all running migration jobs in project `PROJECT_ID` and location\n    `LOCATION`.\n-   List all migration jobs that encountered errors in project `PROJECT_ID` and\n    location `LOCATION`.\n-   What's the status of the migration job `MIGRATION_JOB_ID` in `LOCATION`?\n-   Stop the migration job `MIGRATION_JOB_ID` in `LOCATION`.\n-   Resume all stopped migration jobs `MIGRATION_JOB_ID` in `LOCATION`.\n\nIn the prompts, replace the following:\n\n-   `PROJECT_ID` with your Google Cloud project identifier.\n-   `LOCATION` with the location of the migration job.\n-   `MIGRATION_JOB_ID` with your Database Migration Service migration job\n    identifier.\n\n## Optional security and safety configurations\n\nMCP introduces new security risks and considerations due to the wide variety of\nactions that you can take with MCP tools. To minimize and manage these risks,\nGoogle Cloud offers defaults and customizable policies to control the use of MCP\ntools in your Google Cloud organization or project.\n\nFor more information about MCP security and governance, see\n[AI security and safety](https://docs.cloud.google.com/mcp/ai-security-safety).\n\n## Quotas and limits\n\nThe Database Migration Service MCP server doesn't have its own quotas. There is\nno limit on the number of call that can be made to the MCP server. You are still\nsubject to the quotas enforced by the APIs called by the MCP server tools.\n\n## Reference and resources\n\n*   Explore the\n    [Database Migration Service remote MCP server reference documentation](https://docs.cloud.google.com/database-migration/docs/reference/mcp),\n    which includes a list of all available tools, and the full input and output\n    schema for each tool.\n*   See the\n    [Database Migration Service overview](https://docs.cloud.google.com/database-migration/docs).\n*   Learn about\n    [MCP security and governance](https://docs.cloud.google.com/mcp/ai-security-safety).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-cli-extensions%2Fdatabase-migration-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemini-cli-extensions%2Fdatabase-migration-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemini-cli-extensions%2Fdatabase-migration-service/lists"}