Hex API MCP Server
hex-mcp MCP サーバー
以下のツールを実装する Hex 用の MCP サーバー:
list_hex_projects: 利用可能なHexプロジェクトを一覧表示しますsearch_hex_projects: パターンでHexプロジェクトを検索get_hex_project: 特定のプロジェクトに関する詳細情報を取得するget_hex_run_status: プロジェクト実行のステータスを確認するget_hex_project_runs: プロジェクト実行の履歴を取得するrun_hex_project: Hexプロジェクトを実行するcancel_hex_run: 実行中のプロジェクトをキャンセルする
インストール
hex-mcp をインストールするには、uv を使用することをお勧めします。
uv add hex-mcpまたは pip を使用します:
pip install hex-mcp動作していることを確認するには、次のコマンドを実行します。
hex-mcp --versionRelated MCP server: Integrator MCP Server
構成
configコマンドの使用(推奨)
hex-mcp を構成する最も簡単な方法は、 configコマンドを使用して、API キーと API URL (オプション、デフォルトはhttps://app.hex.tech/api/v1 ) を渡すことです。
hex-mcp config --api-key "your_hex_api_key" --api-url "https://app.hex.tech/api/v1"[!NOTE] これにより、設定がホーム ディレクトリ内のファイル (例:
~/.hex-mcp/config.yml) に保存され、すべての hex-mcp 呼び出しで使用できるようになります。
環境変数の使用
あるいは、環境変数を使用して Hex MCP サーバーを構成することもできます。
HEX_API_KEY: Hex APIキーHEX_API_URL: Hex API ベース URL
MCP サーバーの環境変数を設定するときは、Cursor がそれを取得できるようにグローバルにするか、サーバーの呼び出し時に uv の--env-fileフラグを使用する必要があります。
カーソルの使用
Cursor は、AI エージェントが MCP プロトコルを介して Hex と対話できるようにします。Cursor で hex-mcp を設定して使用するには、以下の手順に従ってください。プロジェクトのルートに、以下の内容を含む.cursor/mcp.jsonファイルを作成してください。
{
"mcpServers": {
"hex-mcp": {
"command": "uv",
"args": ["run", "hex-mcp", "run"]
}
}
}あるいは、PATH 内にある場合は、 hex-mcpコマンドを直接使用することもできます。
{
"mcpServers": {
"hex-mcp": {
"command": "hex-mcp",
"args": ["run"]
}
}
}起動したら、新しい AI (エージェント) 会話を開始して、Hex プロジェクトをリストまたは実行するように依頼することで、Cursor で使用できます。
[!IMPORTANT] MCP サーバーおよび CLI はまだ開発中であり、重大な変更が行われる可能性があります。
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
- Alicense-qualityDmaintenanceA server that enables AI assistants to understand and interact with Unity projects in real-time, providing access to scene hierarchy, project settings, and the ability to execute code directly in the Unity Editor.12156MIT
- Alicense-qualityCmaintenanceA Model Context Protocol server that allows AI assistants to invoke and interact with Integrator automation workflows through an API connection.24MIT
- AlicenseBqualityFmaintenanceAn AI-powered server that provides access to Roblox Studio data through a plugin architecture, enabling AI tools to interact with file systems, studio context, properties, and project structure.2410485MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server that provides a comprehensive interface to Alteryx Servers, enabling AI assistants to manage workflows, collections, users, schedules, credentials, and more.4313MIT
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
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/franccesco/hex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server