Skip to main content
Glama

mcp

PostgreSQLツールとSwagger/OpenAPIツールを組み合わせたMCPサーバー。

環境

  • リポジトリルートにあるデフォルト値から .env を作成してください。

  • SQLツールには以下が必要です: DB_HOST, DB_PORT, DB_USER, DB_PASSWORD, DB_NAME

  • Swaggerツールには以下が必要です: SWAGGER_URL

  • 必要な変数が不足している場合、対応するツールは登録されません。

  • tool_status は常に利用可能で、グループの準備状況およびツールごとの registered: true/false を含むコンパクトな診断結果を返します。

Related MCP server: PostgreSQL MCP Server

構造

  • index.js - ブートストラップと配線のみ。

  • src/config/env.js - 環境設定の解析。

  • src/infrastructure/db/client.js - PostgreSQLクライアントファクトリ。

  • src/services/swagger/swagger-cache.js - Swaggerの読み込みとキャッシュ。

  • src/tools/register-sql-tools.js - SQL関連のMCPツール。

  • src/tools/register-swagger-tools.js - Swagger関連のMCPツール。

  • src/tools/register-health-tool.js - 統合ヘルスチェックツール。

  • src/tools/register-status-tool.js - ツールの可用性と環境診断。

  • src/utils/errors.js - 共通のエラーヘルパー。

実行

npm install
npm start

クイックチェック

npm run check
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server with 14 tools for PostgreSQL database operations. Query databases, explore schemas, analyze tables, with SQL injection prevention and read-only mode by default.
    14
    10
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An open-source MCP server for PostgreSQL schema introspection and guarded read-only queries. It enables MCP clients to discover schemas, tables, columns, indexes, relationships, and safe queryable data from a configured PostgreSQL database.
    13
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for connecting to databases (PostgreSQL, MySQL, SQL Server, Redis) enabling SQL queries, table exploration, and Redis key-value operations.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol server that enables connecting to PostgreSQL databases and executing queries, listing tables, retrieving schema, and obtaining database statistics through MCP tools.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for managing Prisma Postgres.

  • MCP server for AI access to Swagger by SmartBear.

  • MCP server for interacting with the Supabase platform

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VictorMyschik/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server