cd /news/developer-tools/pi-remove-redundant-github-mcp · home topics developer-tools article
[ARTICLE · art-85780] src=perrotta.dev ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Pi: Remove Redundant GitHub MCP

Thiago Wfx removed the GitHub MCP server from his Pi configuration, citing that GitHub's existing CLI (gh) already provides full functionality for pull requests, issues, workflows, and releases. The removal simplifies the setup by eliminating a redundant interface, as gh version 2.97.0 is installed and authenticated. Wfx advises using MCP only for APIs lacking a suitable CLI.

read1 min views1 publishedAug 4, 2026

pi: remove redundant github MCP #

• 132 words • 1 min

I’ve finally removed the GitHub MCP server from my Pi configuration, after piloting it for a while with pi-mcp-adapter.

GitHub already has a mature CLI (gh

) installed and authenticated:

shell

% gh --version
gh version 2.97.0 (2026-07-31)
https://github.com/cli/cli/releases/tag/v2.97.0

% gh auth status
github.com
  ✓ Logged in to github.com account thiagowfx (keyring)
  - Active account: true
  - Git operations protocol: ssh

gh

handles pull requests, issues, workflows, and releases directly. Anything else remains available through gh api

, including GraphQL. The MCP server added another interface without adding capability.

diff

 {
   "mcpServers": {
-    "github": {
-      "auth": "bearer",
-      "bearerToken": "!gh auth token",
-      "url": "https://api.githubcopilot.com/mcp"
-    },
     "slack-mcp": {

MCP remains useful for APIs without a better (or any) CLI, but it should be avoided wherever possible.

🤖 *Drafted with *

/bloggify

.

── more in #developer-tools 4 stories · sorted by recency
── more on @pi 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/pi-remove-redundant-…] indexed:0 read:1min 2026-08-04 ·