mcp-server-github-projects

TerraCo89/mcp-server-github-projects
★ 1 stars TypeScript AI/LLM Updated today
MCP server for the GitHub Projects v2 API - views, priorities, dependencies, and metrics as typed tools for LLM agents
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": {
    "mcp-server-github-pr": {
      "command": "npx",
      "args": [
        "-y",
        "TerraCo89/mcp-server-github-projects"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io/) server for the **GitHub Projects v2 API** — it fills the gap the official GitHub MCP server leaves around project management: views, priorities, dependencies, and metrics, exposed as typed tools an LLM agent can call. Why it exists: Projects v2 is GraphQL-only and fiddly to drive by hand. Wrapping it in MCP tools lets an agent triage a backlog ("assess priorities for everything in the Sprint view, then re-order it") in one conversation

Tools (3)

GITHUB_PROJECTS_OWNERGITHUB_PROJECTS_PROJECT_IDGITHUB_PROJECTS_PROJECT_NUMBER

Topics

github-projectsllm-agentsmcpmodel-context-protocoltypescript