Back to Home
tarfu icon

tanuki-mcp

Verified Safe

by tarfu

Overview

A high-performance GitLab MCP (Model Context Protocol) server providing fine-grained access control for AI agents to interact with GitLab.

Installation

Run Command
No command provided

Environment Variables

  • TANUKI_MCP_GITLAB__URL
  • TANUKI_MCP_GITLAB__TOKEN
  • GITLAB_TOKEN
  • GITLAB_PRIVATE_TOKEN
  • GITLAB_ACCESS_TOKEN

Security Notes

The server emphasizes strong access control with hierarchical and pattern-based rules, which is critical for security when exposing GitLab API capabilities to AI agents. It correctly promotes using environment variables for the GitLab token. Default network binding for HTTP and dashboard is localhost (127.0.0.1), which is secure, with explicit warnings if configured for external access (0.0.0.0). SSL verification is enabled by default. No 'eval' or direct arbitrary code execution vectors were found. Potential for Regex DoS is mitigated as patterns are from static configuration, not user input.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2025-12-06

Tags

GitLabMCPAccess ControlRustAI Agent