Skip to content

Conversation

@aronweiler
Copy link
Contributor

@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.
Copy link
Member

@domdomegg domdomegg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @aronweiler!

@domdomegg domdomegg merged commit 0450234 into modelcontextprotocol:main Aug 17, 2025
19 checks passed
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.

3 participants