Servidor TESS com Suporte a MCP
@diegofornalha
About Servidor TESS com Suporte a MCP
Extensão XTP para o servidor MCP-TESS - Integração da API TESS com XTP
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 Servidor TESS com Suporte a MCP?
It is a proxy server that integrates TESS (Text Evaluation and Semantic Services) with the MCP (Multi-Channel Platform). It is built with Node.js + Express and uses a Rust/WebAssembly plugin for core logic, acting as a proxy to MCP.run.
How to use Servidor TESS com Suporte a MCP?
Install dependencies with npm install, configure environment variables in .env (PORT, MCP_API_KEY, MCP_API_URL, MCP_SSE_URL), build the WebAssembly plugin with npm run build, then start the server with npm start (or npm run dev for hot‑reload). Use endpoints: GET /health for health check, GET /api/mcp/tools to list tools, POST /api/mcp/execute to execute a tool (requires session_id and optional mcp_sse_url as query parameters).
Key features of Servidor TESS com Suporte a MCP
- Integrates TESS with the Multi‑Channel Platform (MCP)
- Node.js + Express server with Rust/WebAssembly plugin
- Proxies requests to MCP.run (via SSE)
- Health check endpoint at GET /health
- Listing and executing MCP tools via REST API
- Hot‑reload development mode available
Use cases of Servidor TESS com Suporte a MCP
- Expose MCP tools through a local HTTP proxy
- Automate or integrate TESS evaluations with MCP workflows
- Debug and test MCP interactions using a simple REST interface
- Monitor server availability with the health check endpoint
FAQ from Servidor TESS com Suporte a MCP
What are the runtime requirements?
Node.js 18+, Rust with Cargo, and the wasm32-wasi target installed (rustup target add wasm32-wasi).
How do I configure the server?
Set environment variables in a .env file: PORT, MCP_API_KEY, MCP_API_URL, and MCP_SSE_URL.
How do I build and run the server?
Build the WebAssembly plugin with npm run build, then start with npm start. For development with hot‑reload, use npm run dev.
What security measures are in place?
All requests must include a valid session_id. MCP credentials are set via environment variables, and CORS is enabled for development.
How do I troubleshoot common issues?
Check that the plugin compiled correctly, confirm environment variables are set, review server logs, and ensure MCP.run is accessible.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ICSS
chokcoco不止于 CSS
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments