diegofornalha_mcp-server-tess
If you are the rightful owner of diegofornalha_mcp-server-tess and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Este projeto implementa um servidor que segue o protocolo MCP para interagir com a API TESS.
O MCP-Server-TESS é um servidor que implementa o protocolo Model Context Protocol (MCP) para facilitar a integração com a API TESS. Ele permite a gestão e execução de agentes, além de manipulação de arquivos associados a esses agentes. O servidor é compatível com plataformas como Smithery.ai e pode ser instalado localmente ou executado via Docker. Com uma chave de API TESS, os usuários podem listar, obter detalhes, executar agentes, e gerenciar arquivos de forma eficiente. O servidor é configurável através de um arquivo .env e oferece endpoints HTTP para interagir com suas funcionalidades.
Features
- Listar e gerenciar agentes TESS
- Executar agentes com mensagens personalizadas
- Gerenciar arquivos e suas associações com agentes
- Compatível com Smithery.ai e execução local
- Suporte para execução via Docker
Tools
listar_agentes_tess
List all available agents
obter_agente_tess
Get detailed information about a specific agent
executar_agente_tess
Execute the proxy using custom messages
listar_arquivos_agente_tess
List the files associated with the agent
vincular_arquivo_agente_tess
Associate files with agents
remover_arquivo_agente_tess
Remove the file and the proxy association
listar_arquivos_tess
List all available files
obter_arquivo_tess
Get detailed information about a specific file
enviar_arquivo_tess
Upload new files to TESS platform
excluir_arquivo_tess
Delete files from TESS platform