Odel
Tessera MCP Server

Tessera MCP Server

Local
@tessera-llm4TypeScriptApache-2.0Updated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@tessera-llm/mcp-serverv0.1.2

Run

npx -y @tessera-llm/mcp-server

MCP client config

{
  "mcpServers": {
    "tessera-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tessera-llm/mcp-server"
      ]
    }
  }
}