kapua-mcp-server
Verified Safeby marcomatteo
Overview
An MCP server designed for local troubleshooting and operator tooling with Eclipse Kapua or Eurotech Everyware Cloud IoT Device Management platforms, exposing Kapua APIs for device inspection and telemetry.
Installation
No command providedEnvironment Variables
- KAPUA_API_ENDPOINT
- KAPUA_USER
- KAPUA_PASSWORD
- MCP_ALLOWED_ORIGINS
- LOG_LEVEL
Security Notes
The server explicitly uses environment variables or a .venv file for sensitive credentials, avoiding hardcoded secrets. It implements an origin guard for HTTP streamable transport to mitigate common web vulnerabilities. Authentication uses JWT with automatic refresh. Logging middleware is in place, which is good for auditing. No 'eval' or obvious malicious patterns are present. The primary security considerations involve proper configuration by the user and the inherent security of the underlying Kapua API.
Similar Servers
chuk-mcp-server
A framework for building high-performance, modular, zero-configuration Model Context Protocol (MCP) servers, capable of hosting AI agent tools, resources, and prompts across local, containerized, and diverse cloud environments.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.
dora-mcp-server
Provides a server implementation for a Multi-Client Protocol (MCP), likely for managing multiple client connections or game interactions.
GITHUB-MCP-SERVER-CONNECT
Unable to determine without source code for analysis. The repository name 'MCP-SERVER-CONNECT' suggests it might relate to connecting to a server, potentially for a game or specific protocol.