MCP.so
登录

Tessera MCP Server

@tessera-llm

关于 Tessera MCP Server

MCP server for Tessera's LLM cost-optimization layer. Anchored spend, drift detection, recommendations as typed tools.

基本信息

分类

AI 与智能体

传输方式

stdio

发布者

tessera-llm

提交者

Yevheny Panin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Tessera MCP Server?

Tessera MCP Server is an MCP server that exposes six tools for any MCP-aware agent (Claude Desktop, Claude Code, Cursor, Cline, Continue, Goose) to query and manage cloud cost optimization data from Tessera. It is built for LLM-powered coding assistants that need programmatic access to savings recommendations and related analytics.

How to use Tessera MCP Server?

Obtain a free API key from tesseraai.io/dev (no credit card required) and set it as the TESSERA_API_KEY environment variable. The server runs over stdio by default; to use Streamable HTTP instead, set TESSERA_MCP_TRANSPORT=http.

Key features of Tessera MCP Server

评论

AI 与智能体 分类下的更多 MCP 服务器