mcp
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 checkThis server cannot be installed
Maintenance
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
- AlicenseAqualityAmaintenanceMCP server with 14 tools for PostgreSQL database operations. Query databases, explore schemas, analyze tables, with SQL injection prevention and read-only mode by default.1410MIT
- AlicenseNot gradedqualityDmaintenanceAn 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.13MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for connecting to databases (PostgreSQL, MySQL, SQL Server, Redis) enabling SQL queries, table exploration, and Redis key-value operations.1MIT
- AlicenseNot gradedqualityCmaintenanceA 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
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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