MCP-Server-TESS
@diegofornalha
关于 MCP-Server-TESS
Servidor MCP TESS para integração de agentes - Implementação do protocolo MCP para serviços TESS AI
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-tess": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-server-tess",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-Server-TESS?
MCP-Server-TESS is an MCP (Model Context Protocol) server that integrates with the TESS API. It provides tools to list and manage agents, execute agents with custom messages, and manage files and their associations with agents. It is designed for developers using LLMs compatible with MCP to interact with the TESS platform.
How to use MCP-Server-TESS?
Install via Smithery.ai (recommended) or clone the repository and run npm install. Requires Node.js 18+ and a TESS API key. Configure a .env file with TESS_API_KEY and PORT (default 3000). Start the server with npm start for production or npm run dev for development with hot reload. Docker usage is also supported.
Key features of MCP-Server-TESS
- List and manage TESS agents
- Execute agents with custom messages
- Upload, list, and delete files
- Link and unlink files to agents
- Retrieve agent and file details
Use cases of MCP-Server-TESS
- List all available TESS agents and their details
- Execute an agent with a custom user message
- Upload a file and associate it with a specific agent
- Remove a file association from an agent
- Check server health and view available capabilities
FAQ from MCP-Server-TESS
What is MCP-Server-TESS and what does it do?
It is an MCP server that connects to the TESS API, exposing tools for managing agents, executing them, and handling files. It allows any MCP-compatible LLM to interact with TESS.
What are the requirements to run MCP-Server-TESS?
Node.js 18+ and a valid TESS API key are required. The server runs via Node.js or Docker.
How do I configure MCP-Server-TESS?
Create a .env file based on .env.example and set TESS_API_KEY with your API key and optionally PORT (default 3000). No other configuration is needed.
What tools does MCP-Server-TESS provide?
It provides 10 tools: listar_agentes_tess, obter_agente_tess, executar_agente_tess, listar_arquivos_agente_tess, vincular_arquivo_agente_tess, remover_arquivo_agente_tess, listar_arquivos_tess, obter_arquivo_tess, enviar_arquivo_tess, and excluir_arquivo_tess.
How does the server authenticate with the TESS API?
Authentication is done via an API key provided in the TESS_API_KEY environment variable. The server uses this key when making requests to the TESS API.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
评论