mcp-server
Verified Safeby perses
Overview
The Perses MCP Server enables LLM hosts (e.g., Claude Desktop, VS Code, Cursor) to interact with the Perses Application in a standardized way through the Model Context Protocol.
Installation
/path/to/mcp-server --transport streamable-http --perses-server-url <PERSES_SERVER_URL> --port 8000Environment Variables
- PERSES_TOKEN
Security Notes
The server uses a Model Context Protocol (MCP) server library to expose Perses API functionalities as tools for LLM hosts. Authentication to the Perses backend is handled via a 'PERSES_TOKEN' read from an environment variable, which is a good practice. The server also supports a '--read-only' flag to restrict write operations, enhancing security. No 'eval', code obfuscation, or hardcoded sensitive credentials were found. Potential risks are primarily related to the security of the 'PERSES_TOKEN' itself and the underlying Perses application's API.
Similar Servers
deepl-mcp-server
This server provides translation and rephrasing capabilities using the DeepL API, integrated as a Model Context Protocol (MCP) tool for AI clients.
mkp
MKP is a Model Context Protocol (MCP) server for Kubernetes that enables LLM-powered applications to interact with Kubernetes clusters.
kafka-mcp-server
Bridges LLM models with Apache Kafka, enabling AI agents to perform Kafka operations like producing/consuming messages, managing topics, monitoring consumer groups, and assessing cluster health via the Model Context Protocol (MCP).
mcp-tts
Provides a Text-to-Speech (TTS) server using the Model Context Protocol (MCP) to integrate various TTS engines into applications like Claude Desktop and Cursor IDE.