Overview
What is MCP-Server-TESS?
MCP-Server-TESS is a server that implements the Model Context Protocol (MCP) to interact with the TESS API, providing tools for managing agents and files.
How to use MCP-Server-TESS?
You can use MCP-Server-TESS either via Smithery.ai or by installing it locally. For Smithery.ai, simply install it from the provided link and configure your TESS API key. For local installation, clone the repository, install dependencies, and set up your environment variables.
Key features of MCP-Server-TESS?
- List and manage agents
- Execute agents with custom messages
- Manage files and their associations with agents
- HTTP API endpoints for various functionalities
Use cases of MCP-Server-TESS?
- Integrating with TESS for AI model management
- Automating agent execution with custom inputs
- Managing files associated with AI agents
FAQ from MCP-Server-TESS?
- What are the system requirements?
Node.js 18+ and a TESS API key are required.
- Can I run it using Docker?
Yes! You can build and run the server using Docker.
- Is there a health check endpoint?
Yes, you can check the server's health using the
/healthendpoint.