Back to Home
perses icon

mcp-server

Verified Safe

by 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

Run Command
./bin/mcp-server --transport streamable-http --perses-server-url http://localhost:8080 --port 8000

Environment 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

Stats

Interest Score38
Security Score8
Cost ClassMedium
Avg Tokens300
Stars20
Forks5
Last Update2026-01-09

Tags

LLM IntegrationMonitoringObservabilityAPI ClientGo