mcp-server-tfs-copilot

truptiwanpal-dotcom/mcp-server-tfs-copilot
★ 0 stars JavaScript File System Updated 3d ago
MCP Server connecting GitHub Copilot to TFS | ~70% cycle time reduction
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-tfs-copil": {
      "command": "npx",
      "args": [
        "-y",
        "truptiwanpal-dotcom/mcp-server-tfs-copilot"
      ]
    }
  }
}