Loading...
npm install
# build current file{
"mcpServers": {
"langfuse": {
"command": "node",
"args": ["<absolute-path>/build/index.js"],
"env": {
"LANGFUSE_PUBLIC_KEY": "your-public-key",
"LANGFUSE_SECRET_KEY": "your-secret-key",
"LANGFUSE_BASEURL": "https://cloud.langfuse.com"
}
}
}
}get-promptsLists available prompts with their arguments.
Read-only operation; no modification of data.
get-promptRetrieves and compiles a specific prompt with provided variables.
Compiles prompts with user-provided variables, which could lead to prompt injection if not handled carefully.
This server is relatively safe for read-only prompt retrieval. However, proper handling of API keys and input sanitization are crucial to prevent security vulnerabilities. Avoid using with untrusted inputs.