MCP Server
MCP
Tessera MCP Server
MCP server for Tessera's LLM cost-optimization layer: anchored spend, drift, recommendations.
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
By
Comments
Sign in to leave a comment