/ Diretório / Playground / Langfuse MCP
● Comunidade avivsinai ⚡ Instantâneo

Langfuse MCP

por avivsinai · avivsinai/langfuse-mcp

MCP for Langfuse — query traces, inspect generations, debug exceptions from your agent.

MCP for Langfuse — query traces, inspect generations, debug exceptions from your agent.

Demo ao vivo

Como fica na prática

langfuse-mcp-avivsinai.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "langfuse-mcp-avivsinai": {
      "command": "npx",
      "args": [
        "-y",
        "langfuse-mcp-avivsinai"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "langfuse-mcp-avivsinai": {
      "command": "npx",
      "args": [
        "-y",
        "langfuse-mcp-avivsinai"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "langfuse-mcp-avivsinai": {
      "command": "npx",
      "args": [
        "-y",
        "langfuse-mcp-avivsinai"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "langfuse-mcp-avivsinai": {
      "command": "npx",
      "args": [
        "-y",
        "langfuse-mcp-avivsinai"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "langfuse-mcp-avivsinai",
      "command": "npx",
      "args": [
        "-y",
        "langfuse-mcp-avivsinai"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "langfuse-mcp-avivsinai": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "langfuse-mcp-avivsinai"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add langfuse-mcp-avivsinai -- npx -y langfuse-mcp-avivsinai

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Langfuse MCP

Get started with Langfuse MCP

Quando usar: When you want to bring Langfuse MCP into your Claude workflow.

Fluxo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Langfuse MCP to help me with a task.✓ Copiado

Resultado: Claude can interact with Langfuse MCP directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills