Commit 163db78
chore: Add GitHub Projects MCP server for AI agent board access
Adds a project-scoped MCP configuration pointing at the official GitHub
MCP server's projects toolset. This gives AI agents (Claude Code cloud
sessions, local agents) CRUD access to the psake org project board,
which is otherwise unreachable from cloud sandboxes because their
GitHub API proxy only serves a pinned set of GraphQL operations and
Projects v2 has no REST API.
The server authenticates with a GH_TOKEN environment variable (classic
PAT with the project scope, or a fine-grained PAT with Projects
permissions). Agents without GH_TOKEN set simply see the server as
unavailable; nothing else changes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018ypQTqqVy5n8xMPxQSKLMC1 parent 91ae3e5 commit 163db78
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments