A universal MCP (Model Context Protocol) server to integrate any API with Claude Desktop using only Docker configurations.
2.8K
6
2 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
mcp-api-gateway
to the mcpServers
section:{
"mcpServers": {
"mcp-api-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"API_1_NAME",
"-e",
"API_1_SWAGGER_URL",
"-e",
"API_1_HEADER_AUTHORIZATION",
"mcp/api-gateway@sha256:9cc67b4a037fa5657bbc7231b3b8ec8524e663125ba7c1636ef2bd892137b1da"
],
"env": {
"API_1_NAME": "{{mcp-api-gateway.api_1_name}}",
"API_1_SWAGGER_URL": "{{mcp-api-gateway.api_1_swagger_url}}",
"API_1_HEADER_AUTHORIZATION": "{{mcp-api-gateway.api_1_header_authorization}}"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Api-gateway
version: 1.0.1
schema: v1
mcpServers:
- name: Api-gateway
command: docker
args:
- run
- --rm
- -i
- -e
- API_1_NAME
- -e
- API_1_SWAGGER_URL
- -e
- API_1_HEADER_AUTHORIZATION
- mcp/api-gateway@sha256:9cc67b4a037fa5657bbc7231b3b8ec8524e663125ba7c1636ef2bd892137b1da
env:
API_1_NAME: "{{mcp-api-gateway.api_1_name}}"
API_1_SWAGGER_URL: "{{mcp-api-gateway.api_1_swagger_url}}"
API_1_HEADER_AUTHORIZATION: "{{mcp-api-gateway.api_1_header_authorization}}"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
mcp-api-gateway
to the mcpServers
section:{
"mcpServers": {
"mcp-api-gateway": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"API_1_NAME",
"-e",
"API_1_SWAGGER_URL",
"-e",
"API_1_HEADER_AUTHORIZATION",
"mcp/api-gateway@sha256:9cc67b4a037fa5657bbc7231b3b8ec8524e663125ba7c1636ef2bd892137b1da"
],
"env": {
"API_1_NAME": "{{mcp-api-gateway.api_1_name}}",
"API_1_SWAGGER_URL": "{{mcp-api-gateway.api_1_swagger_url}}",
"API_1_HEADER_AUTHORIZATION": "{{mcp-api-gateway.api_1_header_authorization}}"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for