Bounteous MCP Server
@ravi-accolite
Bounteous MCP Server について
MCP Server repository for managing GitHub operations
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcpserver-ravi-accolite": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/github",
"-f",
"packages/bounteous-hulk/src/github/Dockerfile",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Bounteous MCP Server?
Bounteous MCP Server is a Model Context Protocol implementation that enables LLM applications to integrate with version control systems, specifically GitHub and GitLab. It is built for developers and teams using LLMs who need standardized access to repository management, issue tracking, pull/merge request handling, and code review workflows.
How to use Bounteous MCP Server?
Install via npm/yarn or Docker, configure with personal access tokens for GitHub and/or GitLab, and run using npx or Docker. Set environment variables GITHUB_PERSONAL_ACCESS_TOKEN, GITLAB_PERSONAL_ACCESS_TOKEN, GITLAB_API_URL, and VERSION_CONTROL (values: github or gitlab). Optionally, add configuration to .cursor/mcp.json or claude_desktop_config.json.
Key features of Bounteous MCP Server
- GitHub integration: repository management, issues, pull requests, code reviews
- GitLab integration: project management, issues, merge requests, code reviews
- Automatic branch creation and Git history preservation
- Batch operations for files, directories, and code search
- Comprehensive error handling and file/directory management
- Docker and npx deployment options
Use cases of Bounteous MCP Server
- Automating pull/merge request creation and review via LLM agents
- Managing repositories and issues through natural language queries
- Performing code search and file operations across GitHub or GitLab
- Integrating LLM-powered workflows with CI/CD pipelines
FAQ from Bounteous MCP Server
What runtimes does Bounteous MCP Server require?
Node.js v16 or higher, plus npm or yarn. Accounts on GitHub or GitLab with appropriate permissions and a personal access token.
How do I configure which version control system to use?
Set the VERSION_CONTROL environment variable to either github or gitlab in your configuration.
Can I run Bounteous MCP Server with Docker?
Yes. Use the provided Dockerfiles to build and run separate GitHub and GitLab MCP server containers, passing required tokens via environment variables.
How do I install and run Bounteous MCP Server locally?
Clone the repository, install dependencies with npm install, copy .env.example to .env, edit credentials, then run via npx or node with configured environment variables.
Where is the detailed documentation for each integration?
Documentation for the GitHub and GitLab MCP servers is available in the packages/bounteous-hulk/README.md file.
「バージョン管理」の他のコンテンツ
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
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.
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
GitHub Actions 工作流使用说明
HenryHaosonYuque mcp server
コメント