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 とエージェント」の他のコンテンツ