Intel MCP
Intel MCP
为 TrialAgents Intel Agent 提供的远程 Model Context Protocol 服务。
首个已实现的工具是 start_analysis。它只接收由应用创建的 report_run_id,调用 Intel Agent 应用的私有控制平面端点,并返回已有的或新预留的 60 分钟分析租约。用户身份、方案审批、套餐、已启用的工具和额度均由应用在服务端解析。
本地设置
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;无需认证的存活端点为 /health。
生产环境必需的设置:
INTEL_APP_CONTROL_URL:Intel Agent 应用的私有基础 URL。INTEL_APP_SERVICE_TOKEN:共享服务凭据,仅存储在 Render secrets 中。MCP_INBOUND_SERVICE_TOKEN:每次对/mcp的请求都必需的 Bearer 凭据。MCP_ALLOWED_HOSTS:逗号分隔的精确公共/私有 Host 允许列表条目。PORT:平台分配的 HTTP 端口。
初始的免费 Render 部署在网络层是公开的,但对于没有内部服务 Bearer 凭据的调用方,/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