GitHub MCP Server with Organization Support
@WebsyteAI
About GitHub MCP Server with Organization Support
GitHub MCP server with organization support
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is GitHub MCP Server with Organization Support?
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 personal and organizational GitHub accounts.
How to use GitHub MCP Server with Organization Support?
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.
Key features of GitHub MCP Server with Organization Support
- 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
Use cases of GitHub MCP Server with Organization Support
- Automating repository creation for teams within a GitHub organization
- Managing file content across multiple repositories via MCP client tools
- Searching and retrieving repository data for integration workflows
- Committing batch file changes with a single operation
FAQ from GitHub MCP Server with Organization Support
How do I install the server?
Install it globally using npm: npm install -g @websyteai/github-mcp-server.
What authentication is required?
You must set the GITHUB_PERSONAL_ACCESS_TOKEN environment variable with a GitHub personal access token that has the necessary permissions.
Can it create repositories in organizations?
Yes, that is a primary feature—the server adds support for creating repositories in GitHub organizations in addition to personal accounts.
What operations does it support?
It supports creating repositories (personal and organizational), searching repositories, getting file contents, creating or updating files, and pushing multiple files in a single commit.
How do I use it with Cline?
Add the server configuration to your MCP settings file with the correct command, arguments, and token environment variable as shown in the installation instructions.
Frequently asked questions
How do I install the server?
Install it globally using npm: `npm install -g @websyteai/github-mcp-server`.
What authentication is required?
You must set the `GITHUB_PERSONAL_ACCESS_TOKEN` environment variable with a GitHub personal access token that has the necessary permissions.
Can it create repositories in organizations?
Yes, that is a primary feature—the server adds support for creating repositories in GitHub organizations in addition to personal accounts.
What operations does it support?
It supports creating repositories (personal and organizational), searching repositories, getting file contents, creating or updating files, and pushing multiple files in a single commit.
How do I use it with Cline?
Add the server configuration to your MCP settings file with the correct command, arguments, and token environment variable as shown in the installation instructions.
Basic information
More Version Control MCP servers
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
Bitbucket Server MCP
garc33
Github
modelcontextprotocolModel Context Protocol Servers
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Comments