Intel MCP
Intel MCP
TrialAgents Intel Agent 向けのリモート Model Context Protocol サービス。
最初に実装されたツールは start_analysis です。これはアプリが作成した report_run_id のみを受け取り、Intel Agent アプリのプライベートなコントロールプレーンエンドポイントを呼び出して、既存または新たに予約された 60 分の分析リースを返します。ユーザー ID、プラン承認、パッケージ、有効なツール、および許容量は、アプリによってサーバー側で解決されます。
ローカルセットアップ
python -m venv .venv
. .venv/bin/activate
pip install -e '.[dev]'
export INTEL_APP_CONTROL_URL=http://localhost:3000
export INTEL_APP_SERVICE_TOKEN=replace-me
export MCP_INBOUND_SERVICE_TOKEN=replace-me-too
intel-mcpStreamable HTTP エンドポイントは /mcp、認証なしの liveness エンドポイントは /health です。
本番環境で必要な設定:
INTEL_APP_CONTROL_URL:プライベートな Intel Agent アプリのベース URL。INTEL_APP_SERVICE_TOKEN:Render のシークレットにのみ保存される共有サービス資格情報。MCP_INBOUND_SERVICE_TOKEN:/mcpへのすべてのリクエストで必要となるベアラー資格情報。MCP_ALLOWED_HOSTS:カンマ区切りの完全一致のパブリック/プライベート Host 許可リストエントリ。PORT:プラットフォームによって割り当てられる HTTP ポート。
初期の無料 Render デプロイはネットワーク層では公開されていますが、/mcp は内部サービスベアラーを持たない呼び出し元には閉じられています。パブリック OAuth は後続のプロファイルであり、内部サービス資格情報をエンドユーザー認証として再利用してはなりません。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Manage hosted agentguard proxies: caps, dry-run, loop breaker, run reports, audit export.
Run and manage H Company's Computer-Use Agents from any MCP client.
Accountless pay-per-use code execution for agents. Read-only search and pricing; pay via x402.
Remote MCP for Antigravity agent run receipt MCP, structured receipts, audit logs, and reviewer-read
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceProvides SSH access to a remote machine with manual session approval, automatic termination, and inactivity timeouts, enabling secure command execution via Claude.-
- FlicenseNot gradedqualityDmaintenanceLease governed AI agent instances without hand-built runner queues.-
- AlicenseNot gradedqualityCmaintenanceEnables permission-preserving access to DefectDojo OSS via MCP, using the caller's own API token, with read tools, deterministic analytics and reporting, plus optional gated write and history tools.2AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to asynchronously submit tasks to a persistent coding agent already running on a development machine, disconnect, and retrieve results later through a secure, policy-controlled gateway.MIT
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/tarous89/intel_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server