servers:
# Prefix can be anything, it is how you will refer to this bridge in the MCP requests.
# this also helps the LLM a bit more information about the tool during discovery.
- type: http
prefix: github
url: https://api.githubcopilot.com/mcp
env: GITHUB_API_KEY
- type: http
prefix: n8n-task-agent
url: enter_your_mcp_node_trigger_production_url_here
env: {}
# MCP Gateway, works well however some tools have bugs
# (not an MCP Burst issue as far as I can tell)
- type: stdio
prefix: mcp
cmd: docker
args: ["mcp", "gateway", "run"]
env: {}