ireland_mcp_server
Verified Safeby jeromewoody
Overview
A Model Context Protocol (MCP) server for managing and searching comic book collections hosted on a Komga server.
Installation
mcp run comic_mcp_server.serverEnvironment Variables
- KOMGA_BASE_URL
- KOMGA_API_KEY
- KOMGA_USERNAME
- KOMGA_PASSWORD
Security Notes
The server loads sensitive credentials (Komga API Key, Username/Password) from environment variables, which is good practice. It uses `httpx` for network requests and handles HTTP errors. There are no obvious malicious patterns or `eval` usage. The `configure_komga` tool allows setting Komga connection details at runtime via the MCP interface; while a feature, it necessitates proper access controls for the MCP server itself.
Similar Servers
mcsmcp
Deploying a Model Context Protocol (MCP) server to provide joke-telling tools for LLMs, specifically for integration with Microsoft Copilot Studio.
zoekt-mcp
Provides code search and content fetching capabilities using Zoekt, designed for integration with AI assistants and LLMs.
KOLADA-MCP
Provides LLMs and AI chatbots with direct access to over 5,000 Key Performance Indicators and statistical data for all 290 Swedish municipalities and 21 regions from the Kolada API.
mcp_cosmosdb_go
Provides an MCP server for interacting with Azure Cosmos DB databases, containers, and items, primarily intended as a learning and experimental tool for AI tooling.