Skip to content

Instantly share code, notes, and snippets.

@siddharta1337
Created October 13, 2025 06:12
Show Gist options
  • Save siddharta1337/058764391b6d91cab42bb35c21d4bffc to your computer and use it in GitHub Desktop.
Save siddharta1337/058764391b6d91cab42bb35c21d4bffc to your computer and use it in GitHub Desktop.
Instalación de un MCP en configuración local - VScode
{
"servers": {
"github": {
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"X-MCP-Readonly": "true"
}
},
"google-maps-platform-code-assist": {
"command": "npx",
"args": [
"-y",
"@googlemaps/code-assist-mcp@latest"
]
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment