← Back to Plugins
MCP Server MCP

Tessera MCP Server

github By github 👁 3 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @tessera-llm/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tessera-llm/mcp-server",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key in tk_* format. Get one free at https://tesseraai.io/dev.",
          "isRequired": true,
          "isSecret": true,
          "name": "TESSERA_API_KEY"
        },
        {
          "description": "Override only for staging or local-dev testing.",
          "default": "https://ledger.tesseraai.io",
          "name": "TESSERA_UPSTREAM_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...