Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>mcps-config-nuevoNew to Visual Studio Code? Get it now.
mcps-config-nuevo

mcps-config-nuevo

javier-darwoft

|
6 installs
| (0) | Free
esta extension instalara mcps para ayudarte en tu dia a dia
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MCP Configurator

Una extensión para Visual Studio Code que agrega automáticamente la configuración de MCP al archivo settings.json.

¿Qué hace?

Agrega esta configuración al final de tu archivo de usuario:

"mcp": {
  "servers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "C:\\Users\\Darwoft\\Desktop"
      ]
    },
    "azureDevOps": {
      "command": "npx",
      "args": ["-y", "@tiberriver256/mcp-server-azure-devops"],
      "env": {
        "AZURE_DEVOPS_ORG_URL": "https://dev.azure.com/DarwoftIA",
        "AZURE_DEVOPS_AUTH_METHOD": "pat",
        "AZURE_DEVOPS_PAT": "********",
        "AZURE_DEVOPS_DEFAULT_PROJECT": "MCPPoc"
      }
    }
  }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft