Database connections
Connect PostgreSQL, MySQL, SQLite, and SQL Server using familiar connection strings and dedicated service accounts.
Connect approved database queries and existing APIs to ChatGPT, Claude, Codex, and other MCP clients—without writing protocol code or handing your data to another platform.
MCP Forge handles the technical translation while you decide exactly which operations an AI is permitted to use.
Connect PostgreSQL, MySQL, SQLite, and SQL Server using familiar connection strings and dedicated service accounts.
Paste Swagger or OpenAPI JSON/YAML. Operation names, parameters, descriptions, and request bodies become MCP tools.
Publish parameterized queries instead of unrestricted SQL. Enforce read-only statements and bounded result sets.
Apply redaction, write confirmation, timeouts, row limits, authentication, and explicit tool descriptions.
Inspect tools, validate JSON inputs, simulate calls, and view activity before connecting an AI client.
Create stable HTTP endpoints supporting initialize, ping, tools/list, and tools/call with optional bearer protection.
Business users can follow the visual usage guide, while technical owners retain control of credentials and permissions.
Select your database type or paste an API specification.
Add approved queries or review imported API operations.
Confirm names, parameters, results, and safety policies.
Copy the protected MCP URL into your chosen AI client.
An MCP server gives an AI client a controlled list of tools it can call. MCP Forge translates approved queries and API operations into those tools.
No. MCP Forge runs locally or on infrastructure you control. Database traffic flows between your MCP Forge runtime and your configured database.
Not through the approved-query workflow. You define the exact parameterized SQL statement and its named inputs. Read-only enforcement is enabled by default.
PostgreSQL, MySQL, SQLite, and Microsoft SQL Server are supported in the current runtime.
Yes. Import JSON or YAML in Runtime → API Specs. Each supported operation becomes a tool using its operationId, parameters, request body, and description.
Enable MCPFORGE_TOKEN, use HTTPS through a reverse proxy, restrict network access, and use database accounts with the minimum necessary permissions.
Email support@builtbykris.com.
The step-by-step guide starts with the information you already have.