Skip to main content
Glama

Intel MCP

TrialAgents Intel Agent를 위한 원격 Model Context Protocol 서비스입니다.

가장 먼저 구현된 도구는 start_analysis입니다. 이 도구는 앱에서 생성한 report_run_id만 받아 Intel Agent 앱의 비공개 컨트롤 플레인 엔드포인트를 호출하고, 기존 또는 새로 예약된 60분 분석 임대(lease)를 반환합니다. 사용자 신원, 플랜 승인, 패키지, 활성화된 도구 및 허용 한도는 앱이 서버 측에서 결정합니다.

로컬 설정

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이고, 인증이 필요 없는 liveness 엔드포인트는 /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 배포는 네트워크 계층에서 공개되어 있지만, /mcp는 내부 서비스 bearer가 없는 호출자에게는 닫혀 있습니다. 공개 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