MCP server
Langfuse Prompt Management MCP
Pulls versioned prompts out of Langfuse and into the agent's context.
Add it to your client
OfficialInstall
npm install && npm run build && node ./build/index.js
- Transport
- stdio
- Runtime
- Node
- Auth
- Required
- Tools
- 2
- License
- MIT
Tools
get-promptsget-prompt
This server exposes the prompt library kept in Langfuse: the assistant can list what is stored and fetch a specific prompt already compiled with its variables filled in. Prompts stay versioned in Langfuse instead of being copy-pasted into source files. Scope is deliberately narrow at two tools, and it runs locally over stdio with a Langfuse public and secret key pair.
Similar MCP servers
LangSmith MCP Server
MCP serverOpens LangSmith traces, prompts, datasets and experiments to an agent.
Data & AnalyticsAI Models & Inference
Sentry MCP
MCP serverPulls Sentry issues and events into a coding agent's context
Developer ToolsSecurity & Monitoring
Serena
MCP serverLanguage-server backed code search and symbol-level editing for coding agents.
Developer Tools
Comments(0)
Sign in to comment