Loading MCP server directory, please wait...
MCP server for Langfuse LLM observability — trace and observation analysis.
npx @getmcp/cli add com.pulsemcp/langfuseRequires Node.js 18+. Community-contributed server. Review source before installing.
LANGFUSE_SECRET_KEYLangfuse secret key for authentication.
LANGFUSE_PUBLIC_KEYLangfuse public key for authentication.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/langfuse": {
"command": "npx",
"args": [
"-y",
"-y",
"langfuse-observability-mcp-server"
],
"env": {
"LANGFUSE_SECRET_KEY": "",
"LANGFUSE_PUBLIC_KEY": "",
"LANGFUSE_BASE_URL": "https://cloud.langfuse.com"
}
}
}
}