MCP server for Tessera's LLM cost-optimization layer. Anchored spend, drift detection, recommendations as typed tools.
Server Config
{
"mcpServers": {
"tessera": {
"command": "npx",
"args": [
"-y",
"@tessera-llm/mcp-server"
],
"env": {
"TESSERA_API_KEY": "tk_..."
}
}
}
}