score-studio-mcp
OfficialProvides a Score Studio MCP integration for GitHub Copilot and VS Code through a local or remote MCP endpoint, giving agents access to dataset/model inspection, training job tracking, evaluations, deployment verification, and workflow execution.
Provides a Score Studio MCP plugin for ChatGPT and OpenAI Codex, enabling agents to inspect datasets and model lineage, watch training jobs, read evaluations and reports, run evaluations against exact versions, verify deployments, and execute typed workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@score-studio-mcpshow me the latest evaluation report for dataset v2 and model lineage"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Score Studio agent plugins
Give your agents sight.
Score Studio is the computer vision layer for agents, automating data generation, annotation, training, evaluation, workflows, and deployment in one evidence-backed system.
This repository brings that complete vision loop to the major agent ecosystems through one portable MCP server, without publishing private source identifiers or internal implementation details.
Related MCP server: production-grade-mcp-agentic-system
What an agent can do
identify the signed-in user and organization memberships;
inspect versioned datasets and model lineage;
start tracked training jobs with explicit compute and dataset versions;
list measured evaluations and read immutable reports;
start evaluations against exact model/dataset version IDs;
inspect and verify deployments;
list and run typed workflows while reporting deferred blocks truthfully.
The MCP tools are intentionally narrower than the full Score Studio API. Delete, billing, member administration, provider credentials, and release switching are not exposed in the first version.
Local server
Requires Node.js 20+ and a Score Studio bearer token or API key.
npm install
npm run build
SCORESTUDIO_TOKEN=your-token npm startThe API defaults to https://api.scorestudio.ai. Set SCORESTUDIO_URL only to
target another Score Studio environment.
For local Streamable HTTP development:
npm run start:httpThe endpoint is http://127.0.0.1:3000/mcp; each request must include its own
Authorization: Bearer … header. /healthz does not require authentication.
Container deployment
The production image listens on 0.0.0.0:3000 and uses the production Score
Studio API by default; callers provide their own bearer token on each request.
docker build -t score-studio-mcp .
docker run --rm -p 3000:3000 score-studio-mcpPackages
Host | Package | Discovery route |
ChatGPT + Codex |
| OpenAI universal plugin directory |
Claude Code |
| Anthropic marketplace or this repo's marketplace |
Gemini CLI |
| Git install and Gemini extension gallery |
Cursor |
| This repository's Cursor marketplace; standalone marketplace repo remains supported |
Hermes Agent |
| Hermes GitHub skill tap plus native MCP client |
Lovable | Shared remote MCP endpoint | Custom chat connector; no equivalent public plugin submission flow yet |
GitHub Copilot / VS Code | Shared local or remote MCP endpoint | Manual MCP config, then GitHub MCP Registry when eligible |
Windsurf | Shared local or remote MCP endpoint | MCP Marketplace submission or manual Cascade config |
Other MCP hosts | Shared remote MCP endpoint | Streamable HTTP |
See distribution.md for installation, deployment, and marketplace requirements.
Cursor
Import this repository as a Cursor marketplace and install score-studio. The
plugin declares SCORESTUDIO_TOKEN as a required secret variable and starts the
shared MCP package through npx.
Hermes Agent
hermes skills tap add score-technologies/score-studio-agent-plugins
hermes skills install score-technologies/score-studio-agent-plugins/score-studioThen merge
plugins/hermes/score-studio/config.example.yaml
into ~/.hermes/config.yaml and run hermes mcp test score-studio.
Authentication and release boundary
Local packages read SCORESTUDIO_TOKEN from the host's secret configuration
and optionally accept a SCORESTUDIO_URL override. They do not persist or print
secrets.
A public ChatGPT listing cannot use this manual-token flow. It requires a stable public HTTPS MCP endpoint plus OAuth 2.1 discovery/authorization. That hosted OAuth boundary is deliberately left as a release gate; the repository does not claim the package is publicly installable before it exists.
License
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