Skip to main content
Glama

MCP-Server-TESS

smithery.yaml843 B
# Configuração do Smithery para MCP-Server-TESS version: '1' # Configuração de build build: dockerfile: Dockerfile context: . # Configuração de STDIO para MCP startCommand: type: stdio configSchema: { "type": "object", "required": ["tessApiKey"], "properties": { "tessApiKey": { "type": "string", "description": "Chave de API da plataforma TESS" } } } commandFunction: | function(config) { return { command: "node", args: ["build/index.js"], env: { TESS_API_KEY: config.tessApiKey } }; } # Portas expostas ports: - 3000:3000 # Saúde do serviço health: path: /health port: 3000 # Configuração de serviço service: name: mcp-server-tess description: "MCP Server para integração com a API TESS"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/diegofornalha/mcp-server-tess'

If you have feedback or need assistance with the MCP directory API, please join our Discord server