Created
October 13, 2025 06:12
-
-
Save siddharta1337/058764391b6d91cab42bb35c21d4bffc to your computer and use it in GitHub Desktop.
Instalación de un MCP en configuración local - VScode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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