Skip to content

Add GitHub Projects MCP server to community servers list #2401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aronweiler
Copy link

@aronweiler aronweiler commented Jul 22, 2025

Description

This PR adds the GitHub Projects MCP server to the community servers list in the README.

Server Details

  • Server: GitHub Projects MCP
  • Changes to: README.md (adding entry to community servers list)

Motivation and Context

GitHub Projects MCP provides comprehensive tools for interacting with GitHub Projects using GraphQL. It fills a gap in the current server offerings by enabling AI agents to manage GitHub Projects with full API coverage including items, fields, milestones, and custom GraphQL queries.

How Has This Been Tested?

  • Server has been tested with Claude Code, VS Code, and Claude Desktop
  • All functionality verified against GitHub's GraphQL API
  • Pagination and error handling tested with large projects (1000+ items)
  • Rate limiting and retry logic verified

Breaking Changes

None - this is a new server addition to the community list.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Protocol Documentation
  • My server follows the MCP security best practices
  • I have updated the server's README with comprehensive documentation
  • I have tested my server with an LLM client (Claude Code, VS Code, Claude Desktop)
  • My changes follow the repository's style guidelines (alphabetical ordering)
  • New and existing tests pass locally
  • I have added appropriate error handling (rate limits, API errors, validation)
  • I have documented environment variables and configuration options

Additional Context

Adds github-projects-mcp to the community servers list, providing full GitHub Projects GraphQL API access for managing projects, items, fields, and milestones.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant