McpServer

dvls-isa/McpServer
★ 0 stars Unknown language ⚙️ DevOps Updated today
Server local pour azure devops
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "dvls-isa/McpServer"
      ]
    }
  }
}