gitbucket-mcp-server-rs

Masahiro-Obuchi/gitbucket-mcp-server-rs
★ 0 stars Rust 📦 Other Updated today
A Rust MCP server for GitBucket repositories, issues, pull requests, and users.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gitbucket-mcp-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "gitbucket-mcp-server-rs"
      ]
    }
  }
}