mcp
Provides tools for executing SQL queries and performing database operations on PostgreSQL databases.
Provides tools for interacting with Swagger/OpenAPI endpoints, enabling API exploration and testing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcpshow me all tables in the database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp
MCP server that combines PostgreSQL tools and Swagger/OpenAPI tools.
Environment
Create
.envfrom defaults in repository root.SQL tools require:
DB_HOST,DB_PORT,DB_USER,DB_PASSWORD,DB_NAME.Swagger tools require:
SWAGGER_URL.If required variables are missing, corresponding tools are not registered.
tool_statusis always available and returns compact diagnostics: group readiness and per-toolregistered: true/false.
Structure
index.js- bootstrap and wiring only.src/config/env.js- environment config parsing.src/infrastructure/db/client.js- PostgreSQL client factory.src/services/swagger/swagger-cache.js- Swagger loading and cache.src/tools/register-sql-tools.js- SQL related MCP tools.src/tools/register-swagger-tools.js- Swagger related MCP tools.src/tools/register-health-tool.js- combined health check tool.src/tools/register-status-tool.js- tool availability and env diagnostics.src/utils/errors.js- shared error helpers.
Run
npm install
npm startQuick check
npm run checkThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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