copilot-mcp-starter

thecopilotstack/copilot-mcp-starter
★ 0 stars Unknown language AI/LLM Updated 2d ago
Two MCP configurations side by side — the whole server, and seven named read tools — so the cost of pasting a vendor snippet is visible.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "copilot-mcp-starter": {
      "command": "npx",
      "args": [
        "-y",
        "thecopilotstack/copilot-mcp-starter"
      ]
    }
  }
}

README Excerpt

MCP configuration for the GitHub MCP server, written the way it should be adopted: **read-only first, explicit tool allow-list, token never in the file.** The default way to add an MCP server is to paste the vendor's snippet, which grants every tool the server exposes. That is a reasonable default for a vendor

Topics

ai-agentsai-codingcopilotdeveloper-toolsgithub-copilotmcpmodel-context-protocol