Skip to main content
Glama

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-mcp

Streamable 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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

Latest Blog Posts

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