Skip to content
Cursor

langfuse for Cursor

com.pulsemcp/langfuse

MCP server for Langfuse LLM observability — trace and observation analysis.

client:Cursor transport:stdio runtime:npm

Install langfuse in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "langfuse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "langfuse-observability-mcp-server"
      ],
      "env": {
        "LANGFUSE_SECRET_KEY": "<LANGFUSE_SECRET_KEY>",
        "LANGFUSE_PUBLIC_KEY": "<LANGFUSE_PUBLIC_KEY>",
        "LANGFUSE_BASE_URL": "<LANGFUSE_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

langfuse in other clients