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.
grafana
to the mcpServers
section:{
"mcpServers": {
"grafana": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GRAFANA_URL",
"-e",
"GRAFANA_API_KEY",
"mcp/grafana@sha256:8c7d8da459b1276344f852835624c3c828c8403b76ec3a528e3963fa8452cda0",
"--transport=stdio"
],
"env": {
"GRAFANA_URL": "{{grafana.url}}",
"GRAFANA_API_KEY": "<your service account token>"
}
}
}
}
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 Grafana
version: 1.0.1
schema: v1
mcpServers:
- name: Grafana
command: docker
args:
- run
- --rm
- -i
- -e
- GRAFANA_URL
- -e
- GRAFANA_API_KEY
- mcp/grafana@sha256:8c7d8da459b1276344f852835624c3c828c8403b76ec3a528e3963fa8452cda0
- --transport=stdio
env:
GRAFANA_URL: "{{grafana.url}}"
GRAFANA_API_KEY: "<your service account token>"
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.
grafana
to the mcpServers
section:{
"mcpServers": {
"grafana": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GRAFANA_URL",
"-e",
"GRAFANA_API_KEY",
"mcp/grafana@sha256:8c7d8da459b1276344f852835624c3c828c8403b76ec3a528e3963fa8452cda0",
"--transport=stdio"
],
"env": {
"GRAFANA_URL": "{{grafana.url}}",
"GRAFANA_API_KEY": "<your service account token>"
}
}
}
}
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