
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
评论