A
securityA
licenseA
qualityFacilitates management and optimization of PostgreSQL databases, offering analysis, setup guidance, and debugging, while ensuring secure and efficient database operations.
Last updated -
3
6
12
TypeScript
AGPL 3.0
次の機能を備えたモデル コントローラー プロバイダー (MCP) サーバー:
このアプリケーションは、モデル - コントローラー - プロバイダー (MCP) パターンに従います。
.env.template
に基づいて.env
ファイルを作成します。.env
ファイルを更新します。すべての構成は環境変数を通じて管理されます。
GET /api/schemas
- すべてのスキーマを一覧表示するGET /api/schemas/:schema/tables
- スキーマ内のテーブルを一覧表示するGET /api/schemas/:schema/tables/:table
- テーブルスキーマの詳細を取得するGET /api/schemas/:schema/relationships
- テーブルの関係を取得するGET /api/structure
- 完全なデータベース構造を取得するGET /api/search?q=term
- テーブルと列を検索POST /api/query
- SQLクエリを実行するPOST /api/query/explain
- クエリ実行プランを取得するGET /api/schemas/:schema/tables/:table/sample
- サンプルデータを取得するGET /api/schemas/:schema/tables/:table/stats
- テーブル統計を取得するGET /api/prompts
- 分析プロンプトテンプレートの一覧を取得するGET /api/prompts/:templateId
- プロンプトテンプレートの詳細を取得するPOST /api/prompts/:templateId/generate
- テンプレートからSQLを生成するGET /api/schemas/:schema/tables/:table/analysis/suggest
- 分析の提案を取得するnpm run dev
npm test
npm run lint
マサチューセッツ工科大学
PostgreSQL データベースに接続し、スキーマを安全に探索し、読み取り専用の SQL クエリを実行し、事前に構築されたテンプレートを使用してデータ分析を実行するためのツールを提供するサーバー。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Maxim2324/mcp-server-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server