Integrations
Cursor (community)
Trace Cursor IDE agent activity in Muster via the community cursor-langfuse hooks.
Cursor is an AI-powered code editor. The community-maintained cursor-langfuse integration captures Cursor agent activity into Muster (langfuse).
What gets traced
- Prompts — instructions you send to the agent.
- Responses — agent outputs and reasoning.
- File operations — read and edit operations with metrics.
- Command execution — shell commands and outputs.
- MCP integration — Model Context Protocol tool invocations.
- Session organisation — traces grouped by conversation and workspace.
- Performance data — latencies, token usage, execution times.
Setup
Follow the instructions in the cursor-langfuse README. The repository is community-maintained and may evolve, so the upstream README is the authoritative source.
The high-level steps:
- Clone the repository, copy the hook scripts into your Cursor settings directory.
- Configure your Muster credentials (
LANGFUSE_PUBLIC_KEY,LANGFUSE_SECRET_KEY,LANGFUSE_BASE_URL). - Toggle the hooks on in Cursor's hook UI.