MCP-Server-TESS
by diegofornalha
MCP-Server-TESS is a server that implements the Model Context Protocol (MCP) to interact with the TESS API. It exposes tools for managing agents, executing agents with custom messages, and managing file associations.
Last updated: N/A
What is MCP-Server-TESS?
This server implements the Model Context Protocol (MCP) to interact with the TESS API, providing tools for managing agents and files within the TESS platform.
How to use MCP-Server-TESS?
The server can be used either through Smithery.ai by installing it directly or locally by cloning the repository, configuring the API key, building, and running the server. It exposes HTTP API endpoints for various operations.
Key features of MCP-Server-TESS
List and manage agents
Execute agents with custom messages
Manage files and their associations with agents
HTTP API for tool access
Docker support for easy deployment
Use cases of MCP-Server-TESS
Integrating TESS API functionalities into LLM workflows
Automating agent management tasks on the TESS platform
Building custom applications that leverage TESS API features
Managing file associations with agents programmatically
FAQ from MCP-Server-TESS
What is the MCP protocol?
What is the MCP protocol?
The Model Context Protocol (MCP) is a protocol for interacting with language models and other AI services.
What is the TESS API?
What is the TESS API?
The TESS API is an API for interacting with the TESS platform.
How do I get a TESS API key?
How do I get a TESS API key?
You need to register on the TESS platform and obtain an API key from your account settings.
What are the available tools?
What are the available tools?
The server exposes tools like listing agents, obtaining agent details, executing agents, listing agent files, linking/unlinking files to agents, and managing files on the TESS platform.
How do I run the server with Docker?
How do I run the server with Docker?
Build the Docker image using docker build -t mcp-server-tess .
and run it using docker run -p 3000:3000 -e TESS_API_KEY=your_api_key mcp-server-tess
.