mcp-server-tess
0
MCP-Server-TESS is a server implementing the Model Context Protocol to integrate with the TESS API. It provides tools for managing agents and files, and can be used via Smithery.ai or a local setup. Key features include executing agents with personalized messages and running the server using Docker.
MCP-Server-TESS
MCP Server for integration with the TESS API.
Features
- List and manage agents
- Execute agents with personalized messages
- Manage files and their associations with agents
Requirements
- Node.js 18+
- TESS platform API key
Installation
Via Smithery.ai
- Access Link
- Click "Install"
- Configure your API key
Local Installation
- Clone the repository
- Install dependencies using npm
Configuration
- Create a
.env
file and add your API key
Usage with Docker
- Build and run the Docker container
API Endpoints
/health
: Server health check/capabilities
: List available tools/tools/:toolName
: Execute a specific tool
Example
- Use with Smithery.ai: Select the server in your LLM settings
- Use via HTTP API: Execute an agent with POST request.