★ 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"
]
}
}
}
Run in terminal:
claude mcp add gitbucket-mcp-server cargo run -- gitbucket-mcp-server-rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"gitbucket-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"gitbucket-mcp-server-rs"
]
}
}
}