Skip to content

Instantly share code, notes, and snippets.

@initcron
Created September 22, 2025 10:00
Show Gist options
  • Save initcron/846c22f6455229ee8204f7635b241369 to your computer and use it in GitHub Desktop.
Save initcron/846c22f6455229ee8204f7635b241369 to your computer and use it in GitHub Desktop.
add this to .vscode/mcp.json
{
"servers": {
"mcp-gw": {
"type": "stdio",
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
]
}
},
"inputs": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment