GitHub MCP Server with Organization Support
About
An MCP (Model Context Protocol) server that extends GitHub integration to support creating repositories within organizations. It is designed for developers using MCP clients (such as Cline) who need repository management, file operations, and search capabilities across both…
Details
- Author
- WebsyteAI
- Downloads
- 334
- Categories
- Developer Tools
Jump to
- Create repositories in personal GitHub accounts
- Create repositories in GitHub organizations
- Search repositories
- Get file contents from repositories
- Create or update files
- Push multiple files in a single commit
Install globally via npm (npm install -g @websyteai/github-mcp-server), then configure the server in your MCP settings file (e.g., for Cline) by providing a GitHub personal access token through the GITHUB_PERSONAL_ACCESS_TOKEN environment variable.
GitHub MCP Server with Organization Support
A Model Context Protocol (MCP) server for GitHub that adds support for creating repositories in organizations.
Features
- Create repositories in personal accounts
- Create repositories in organizations
- Search repositories
- Get file contents
- Create or update files
- Push multiple files in a single commit
Installation
npm install -g @websyteai/github-mcp-server
Usage
To use this MCP server with Cline, add it to your MCP settings file:
{
"mcpServers": {
"github.com/websyteai/github-mcp-server": {
"command": "github-mcp-server",
"args": [],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your-github-token"
},
"disabled": false,
"autoApprove": []
}
}
}
Environment Variables
- GITHUB_PERSONAL_ACCESS_TOKEN: Your GitHub personal access token with the necessary permissions to create repositories and manage content.
License
MIT
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





