score-studio-mcp
OfficialScore Studio 에이전트 플러그인
에이전트에게 시각을 더해 보세요.
Score Studio는 에이전트를 위한 컴퓨터 비전 계층으로, 데이터 생성, 어노테이션, 트레이닝, 평가, 워크플로우, 배포를 하나의 증거 기반 시스템에서 자동화합니다.
이 레포지토리는 하나의 호환성 좋은 MCP 서버를 통해 이 완전한 비전 프를 주 요 에이전트 생태계에 제공합니다. 비공개 소스 식별자나 내부 구현 세부 사항을 공개하지 않습니다.
Related MCP server: production-grade-mcp-agentic-system
에이전트가 할 수 있는 일
로그인된 사용자와 조직 맴버십을 파악합니다.
버전 관리되는 데이터/셋와 모델 계족(lineage)을 점검합니다.
명시적인 컴퓨팅 리소스와 데이터/셋 버전으로 추적되는 트레이닝 잡업을 시합니다.
측정된 평가들을 나열하고 변역이 불가능한 리포트를 읽습니다.
특정 모델/데이터/셋 버전 ID에 대해 평가를 시합니다.
배포 상태를 점검하고 검증합니다.
타입이 지정된 워크플로우를 시할하고 나열하되, 지연된 블록을 정직하게 보고합니다.
MCP 도구들은 의도적으로 전체 Score Studio API보다 더앝습니다. 첫 번째 버전에서는 삭제, 빌링, 멤버 관리, 프로바이더 자격 증명, 그리고 릴리즈 전환은 노출되지 않습니다.
로컬 서버
Node.js 20 이상과 Score Studio 베어러 토큰 또는 API 키가 필요합니다.
npm install
npm run build
SCORESTUDIO_TOKEN=your-token npm startAPI는 기본적으로 https://api.scorestudio.ai를 사용합니다. 다른 Score Studio 환경를 대항으로 삼을 경우에만 SCORESTUDIO_URL을 설정하세요.
로컬 Streamable HTTP 개발 시에는 다음과 갘이 사용합니다.
npm run start:http엔드포인트는 http://127.0.0.1:3000/mcp이며, 각 요청에는 자체의 Authorization: Bearer … 헤더가 포함되어야 합니다. /healthz는 인증을 요구하지 않습니다.
컨테이너 배포
운영용 이미지는 0.0.0.0:3000에서 리슨으며, 기본적으로 Score Studio API를 사용합니다. 호출자는 각 요청에 자체 베어러 토큰을 실어 보버합니다.
docker build -t score-studio-mcp .
docker run --rm -p 3000:3000 score-studio-mcp패키지
호스트 | 패키지 | 발견 경로 |
ChatGPT + Codex |
| OpenAI 유니버셜 플러그인 디렉토리 |
Claude Code |
| Anthropic 마켓플레이스 또는 본 레포지토리의 마켓플레이스 |
Geminio CLI |
| Geminio CLI 설치 및 확장 갤러리 |
Score Studio CLI |
| GitHub 이슈 및 앤러리 설 |
Cursor | 기존 | Cursor 마켓 플레이스 |
Score Studio MCP | 공용 원격 MCP 엔드포인트 | 커스톤 커넥터; 아직 해당 공개 등록안 없음 |
GitHub Copilot / VS Code | 공용 로컬/원격 MCP 엔드포인트 | 수동 MCP 구성 후, 외부이 충족하면 GitHub MCP 레지스트리를 사용 |
기타 MCP 호스트 | 공용 로컬/원격 MCP 엔드포인트 | Streamable HTTP |
설치, 배포, 마켓플레이스 요구사항은 distribution.md를 참고하세요.
인증 및 릴리즈 경계
로컬 패키지는 호스트의 시크릿에서 SCORESTUDIO_TOKEN을 읽으며, 선택적으로 SCORESTUDIO_URL오버라이드를 허용합니다. 시크릿을 지속 저장하거나 출력하지 않습니다.
공용 ChatGPT 리스팅에서는 이 수동 토큰 방식을 사용할 수 없습니다. 안정한 공개 HTTPS MCP 엔드포인트와 OAuth 2.1 검색/인가가 필요합니다. 이 호스팅된 OAuth 경계는 의도적으로 릴리즈 게이트로 남겨두었습니다. 이 게이트가 존재하기 전에는 패키지가 공개적으로 설치 가능하다고 는하지 않습니다.
라이센스
Apache License 2.0.
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
MCP server for building and testing AI agents with multi-model experimentation and insights.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Authenticated MCP server for ClearPolicy policy and compliance workflows.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.MIT
- AlicenseNot gradedqualityDmaintenanceA production-grade MCP server designed for multi-tenant, authenticated, and observable AI agent systems, enabling secure tool execution across heterogeneous data sources.62MIT

picsellia-mcpofficial
FlicenseNot gradedqualityDmaintenanceMCP server that wraps the Picsellia Python SDK, giving AI assistants access to computer vision platform capabilities such as datasets, experiments, models, deployments, and monitoring.
AgentMark MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceMCP server for AgentMark. Exposes the full AgentMark API to AI editors: list traces and spans, manage datasets, write scores, run experiments, manage apps, deployments, environments, and annotation queues.352AGPL 3.0
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/score-technologies/score-studio-agent-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server