MCP.so
登录

Root Signals Mcp

@root-signals

关于 Root Signals Mcp

MCP for Scorable Evaluation Platform

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

root-signals

配置

使用下面的配置,将此服务器添加到你的 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 服务器