Back to Browse

Planetscale MCP Server

Data & AnalyticsModerate7.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Connect to PlanetScale databases, branches, schema, query insights, and execute SQL

About

Connect to PlanetScale databases, branches, schema, query insights, and execute SQL

Remote endpoints: streamable-http: https://mcp.pscale.dev/mcp/planetscale

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-planetscale-mcp-server": {
      "url": "https://mcp.pscale.dev/mcp/planetscale"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

PlanetScale MCP Server Tools

This repository contains tool implementations that are part of the PlanetScale MCP server.

The full hosted MCP server includes additional tools that are generated from the PlanetScale API OpenAPI spec, not every production tool lives in this repository.

Related docs

Project scope

This repo is focused on:

  • MCP tools we maintain directly in TypeScript
  • shared helper code used by those tools
  • local development and validation of the open-source portions

Some MCP functionality is intentionally not duplicated here because it is generated from the API spec and maintained in that generation pipeline.

Quick start

Install dependencies:

pnpm install

Build a deployment zip:

pnpm build

Push to Gram:

pnpm push

Testing locally

Run a local MCP server over stdio with inspector support:

pnpm dev

This launches MCP Inspector so you can interactively test tool behavior during development.

Contributing

See CONTRIBUTING.md for contribution workflow and project conventions.

Reviews

No reviews yet

Be the first to review this server!