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, Cursor) to interact with the Perses Application in a standardized way through the Model Context Protocol.

Installation

Run Command
/path/to/mcp-server --transport streamable-http --perses-server-url <PERSES_SERVER_URL> --port 8000

Environment 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

Stats

Interest Score40
Security Score9
Cost ClassLow
Avg Tokens1000
Stars18
Forks3
Last Update2025-12-06

Tags

Model Context ProtocolLLM integrationPersesGoTooling