MCP.so
Sign In

MCP-Server-TESS

@diegofornalha

About MCP-Server-TESS

Servidor MCP TESS para integração de agentes - Implementação do protocolo MCP para serviços TESS AI

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

diegofornalha

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-tess": {
      "command": "docker",
      "args": [
        "build",
        "-t",
        "mcp-server-tess",
        "."
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers