MCP-Server-TESS
MCPサーバーTESS
TESS API との統合のための MCP (Model Context Protocol) サーバー。
の上
このプロジェクトは、TESS API と対話するために MCP プロトコルに従うサーバーを実装します。サーバーは、次のことを可能にするツールを公開します。
リストエージェントと管理エージェント
カスタムメッセージでエージェントを実行する
ファイルとエージェントとの関連付けの管理
その他にも
Related MCP server: SupaUI MCP Server
要件
Node.js 18歳以上
TESSプラットフォームAPIキー
インストール
Smithery.ai経由(推奨)
このサーバーは Smithery.ai で直接使用できます。
https://smithery.ai/server/@diegofornalha/mcp-server-tessにアクセスしてください
「インストール」をクリック
プロンプトが表示されたらTESS APIキーを設定します
準備ができて!サーバーはお気に入りのLLMで使用できます
ローカルインストール
リポジトリをクローンし、依存関係をインストールします。
git clone https://github.com/seu-usuario/mcp-server-tess.git
cd mcp-server-tess
npm install設定
.env.exampleに基づいて.envファイルを作成するTESS API キーを追加します:
TESS_API_KEY=sua_chave_api_aqui
PORT=3000コンピレーション
npm run build実行
サーバーを本番モードで起動するには:
npm start自動リロードを使用した開発の場合:
npm run dev利用可能なツール
サーバーは、HTTP API 経由で次のツールを公開します。
listar_agentes_tess- 利用可能なエージェントをすべて一覧表示するobter_agente_tess- 特定のエージェントの詳細を取得しますexecutar_agente_tess- カスタムメッセージでエージェントを実行するlistar_arquivos_agente_tess- エージェントに関連付けられたファイルを一覧表示するvincular_arquivo_agente_tess- ファイルをエージェントにリンクするremover_arquivo_agente_tess- ファイルとエージェント間のリンクを削除しますlistar_arquivos_tess- 利用可能なすべてのファイルを一覧表示するobter_arquivo_tess- 特定のファイルの詳細を取得するenviar_arquivo_tess- 新しいファイルをTESSプラットフォームに送信しますexcluir_arquivo_tess- TESSプラットフォームからファイルを削除します
Dockerでの使用
Docker を使用してサーバーを実行するには:
# Construir a imagem
docker build -t mcp-server-tess .
# Executar o container
docker run -p 3000:3000 -e TESS_API_KEY=sua_chave_api_aqui mcp-server-tessAPIエンドポイント
GET /health- サーバーのヘルスチェックエンドポイントGET /capabilities- 利用可能なすべてのツールとその説明およびパラメータを一覧表示しますPOST /tools/:toolName- 特定のツールを実行します(:toolNameツールの名前に置き換えます)
使用例
Smithery.aiを使用
Smithery.ai にインストールすると、MCP 互換の LLM でサーバーを使用できるようになります。
LLM設定で
@diegofornalha/mcp-server-tessサーバーを選択します。TESS APIツールはモデルで自動的に利用可能になります
HTTP API経由
エージェントを実行するには:
curl -X POST http://localhost:3000/tools/executar_agente_tess \
-H "Content-Type: application/json" \
-d '{
"agent_id": "seu_agent_id",
"model": "tess-ai-light",
"messages": [
{"role": "user", "content": "Olá, como você está?"}
]
}'ライセンス
マサチューセッツ工科大学
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.6Apache 2.0
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI agents to generate, fetch, and manage UI components through natural language interactions.3227ISC
- AlicenseAqualityFmaintenanceA Model Context Protocol server that provides AI agents with secure access to local filesystem operations, enabling reading, writing, and managing files through a standardized interface.104447Apache 2.0
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI agents to interact with Google Workspace services including Drive, Docs, and Sheets through natural language commands.8MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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