mcp-server
Verified Safeby perses
Overview
The Perses MCP Server enables LLM hosts (e.g., Claude Desktop, VS Code) to interact with the Perses Application in a standardized way using the Model Context Protocol.
Installation
./bin/mcp-server --transport streamable-http --perses-server-url http://localhost:8080 --port 8000Environment Variables
- PERSES_TOKEN
Security Notes
The server correctly handles the 'PERSES_TOKEN' via an environment variable, preventing hardcoding. It integrates with a backend Perses API using this token for authentication. No direct use of 'eval' or similar dynamic code execution is observed. Network risks are standard for a server application, particularly in 'streamable-http' mode where it binds to a port. The 'beta' status noted in the README suggests potential for changes or undiscovered issues, but the overall code structure for security appears sound.
Similar Servers
deepl-mcp-server
Provides DeepL translation and linguistic capabilities as a Model Context Protocol (MCP) server for integration with AI clients.
mkp
MKP is a Model Context Protocol (MCP) server for Kubernetes, enabling LLM-powered applications to interact with Kubernetes clusters by providing tools for resource listing, getting, applying, deleting, and executing commands.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-tts
Provides Text-to-Speech (TTS) capabilities to MCP (Model Context Protocol) clients using various AI and system-level TTS engines.