MCP.so
登录

Bounteous MCP Server

@ravi-accolite

关于 Bounteous MCP Server

MCP Server repository for managing GitHub operations

基本信息

分类

版本控制

运行时

node

传输方式

stdio

发布者

ravi-accolite

配置

使用下面的配置,将此服务器添加到你的 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.

评论

版本控制 分类下的更多 MCP 服务器