Skip to content
Cursor

Tessera MCP Server for Cursor

io.tesseraai/mcp-server

MCP server for Tessera's LLM cost-optimization layer: anchored spend, drift, recommendations.

client:Cursor transport:stdio runtime:npm

Install Tessera MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tessera-llm/mcp-server"
      ],
      "env": {
        "TESSERA_API_KEY": "<TESSERA_API_KEY>",
        "TESSERA_UPSTREAM_API_BASE_URL": "<TESSERA_UPSTREAM_API_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Tessera MCP Server in other clients