Loading MCP server directory, please wait...
MCP server for Tessera's LLM cost-optimization layer: anchored spend, drift, recommendations.
npx @getmcp/cli add io.tesseraai/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
TESSERA_API_KEYAPI key in tk_* format. Get one free at https://tesseraai.io/dev.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.tesseraai/mcp-server": {
"command": "npx",
"args": [
"-y",
"@tessera-llm/mcp-server"
],
"env": {
"TESSERA_API_KEY": "",
"TESSERA_UPSTREAM_API_BASE_URL": "https://ledger.tesseraai.io"
}
}
}
}