0.0.3 • Published 8 months ago
@braintrust/mcp-server v0.0.3
Braintrust MCP server
Braintrust's MCP server makes it to leverage LLMs to improve your evals.
Setup in Cursor
Create a .cursor/mcp.json with the following:
{
"mcpServers": {
"server-name": {
"command": "npx",
"args": ["-y", "@braintrust/mcp-server@latest", "--api-key", "YOUR_API_KEY"]
}
}
}