garoon-mcp-server
Verified Safeby garoon
Overview
Provides an official local Model Context Protocol (MCP) server for Garoon, enabling AI tools to interact with Garoon's scheduling, user, and organization APIs.
Installation
npx @garoon/mcp-serverEnvironment Variables
- GAROON_BASE_URL
- GAROON_USERNAME
- GAROON_PASSWORD
- https_proxy
- http_proxy
- GAROON_PFX_FILE_PATH
- GAROON_PFX_FILE_PASSWORD
- GAROON_BASIC_AUTH_USERNAME
- GAROON_BASIC_AUTH_PASSWORD
- GAROON_PUBLIC_ONLY
Security Notes
The server correctly uses environment variables for all sensitive information such as Garoon credentials, client certificate paths/passwords, and Basic Auth credentials, preventing hardcoded secrets. It supports HTTPS proxies and client certificates, which are good practices for enterprise environments. All API interactions are wrapped with error handling, providing structured error outputs. No 'eval' or obvious malicious patterns were found in the provided code. Network requests are made to a configurable Garoon instance, which relies on the administrator to configure a trusted endpoint. The project acknowledges the security risks of saving configuration files with login information on a local machine.
Similar Servers
compound-mcp-server
Provides a Model Context Protocol (MCP) server for interacting with Groq models, including compound/meta models, exposing tools for real-time information and code execution capabilities from the Groq AI.
toolhive-registry-server
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.
mcp-compose
This server provides a robust example of OAuth2 authentication for MCP (Model Context Protocol) servers, using GitHub as the identity provider. It demonstrates secure multi-server management, protocol translation, and integration with AI agents for tool invocation.
MCP-Client-Host-Java
An MCP (Model Context Protocol) client that acts as a server to the MCP host, managing connections to various external MCP servers (tools) and orchestrating tool discovery and execution for AI assistants.