Root Signals Mcp
@root-signals
Root Signals Mcp について
MCP for Scorable Evaluation Platform
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"root-signals-mcp": {
"command": "docker",
"args": [
"run",
"-e",
"SCORABLE_API_KEY=<your_key>",
"-p",
"0.0.0.0:9090:9090",
"--name=rs-mcp",
"-d",
"ghcr.io/scorable/scorable-mcp:latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Scorable MCP?
Scorable MCP is a Model Context Protocol (MCP) server that bridges the Scorable API with MCP client applications. It exposes Scorable evaluators as tools for AI assistants and agents, enabling automated evaluation of responses against various quality criteria.
How to use Scorable MCP?
Get an API key from Scorable, then run the server using Docker with SSE transport (docker run -e SCORABLE_API_KEY=<key> -p 9090:9090 ghcr.io/scorable/scorable-mcp:latest) or via stdio using uvx. Configure the server in your MCP client (e.g., Cursor) by pointing to the SSE endpoint or adding the stdio command with the API key.
Key features of Scorable MCP
- Exposes Scorable evaluators as MCP tools
- Supports SSE transport for network deployment
- Compatible with MCP clients like Cursor
- Tools for listing and running evaluations
- Supports evaluation by name or ID
- Includes a reference MCP client for Python
Use cases of Scorable MCP
- Evaluate and improve AI agent explanations automatically.
- Measure prompt templates for clarity and precision.
- Run coding policy adherence evaluations using policy documents.
- Use a combination of judges (collections of evaluators) for comprehensive assessment.
FAQ from Scorable MCP
How do I get an API key for Scorable MCP?
Sign up and create a key at scorable.ai/settings/api-keys, or generate a temporary key at scorable.ai/demo-user.
What transport methods does Scorable MCP support?
Scorable MCP supports SSE transport (via Docker, port 9090) and stdio transport (via uvx).
What are the main limitations of Scorable MCP?
The current implementation lacks exponential backoff, automatic retries, and request throttling. The bundled MCP client is for reference only and has no support guarantees.
Can I use Scorable MCP with Cursor?
Yes, the README provides example configurations for Cursor, using either SSE or stdio transport.
What kinds of evaluations can I run?
You can run standard evaluations by evaluator ID or name, coding policy adherence evaluations, and judges (collections of evaluators). Additional tools list all available evaluators and judges on your account.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント