Intel MCP
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-mcpStreamable 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.
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