0.0.3 • Published 10 months ago

@braintrust/mcp-server v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

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"]
    }
  }
}