zed-planetscale-mcp
Zed-Planetscaleは、Rustで構築されたデータベース管理ツールです。データのスケーラビリティとパフォーマンスを向上させるために設計されており、開発者が効率的にデータベースを操作できるようにサポートします。特に、PlanetScaleとの統合により、クラウドベースのデータベース管理が容易になります。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
78
フォーク
1
イシュー
0
README
PlanetScale Context Server for Zed
This extension integrates PlanetScale's built-in Model Context Protocol (MCP) server with Zed editor, allowing the Zed AI assistant to interact with your PlanetScale databases.
Features
The extension provides these MCP tools:
list_orgs- List available organizationslist_databases- List databases in an organizationlist_branches- List branches for a databaselist_keyspaces- List keyspaces in a branchlist_tables- List tables in a keyspaceget_schema- Get table schemasrun_query- Execute read-only SQL queriesget_insights- Get database performance insights
Prerequisites
- PlanetScale CLI (automatically downloaded by extension)
- Authenticated PlanetScale session:
pscale auth login - Zed editor