Skip to main content
Glama
robot-resources

Robot Resources Router

Official

@robot-resources/router-mcp

⚠️ 지원 중단 — npm 패키지가 더 이상 게시되지 않습니다. Router MCP 서버는 @robot-resources/router와 함께 제공되는 인프로세스 Router 플러그인으로 대체되었습니다. OpenClaw 이외의 에이전트를 위한 독립형 Router MCP는 로드맵에 포함되어 있습니다. 현재 Router를 사용하려면 OpenClaw 플러그인(npx robot-resources), JS 라이브러리, Python SDK(pip install robot-resources) 또는 https://api.robotresources.ai/v1/route의 HTTP API를 사용하십시오. robotresources.ai/docs를 참조하십시오.

Robot Resources Router 관리를 위한 MCP 서버 — 통계, 구성 및 모델 비교.

Robot Resources란 무엇인가요?

AI 에이전트를 위한 인사 관리 시스템입니다.

Robot Resources는 LLM API 비용을 60-90% 절감합니다. 각 프롬프트를 작업 유형(코딩, 추론, 분석, 간단한 Q&A, 창의적 작업, 일반)별로 분류하고 OpenAI, Anthropic, Google의 14개 모델 중 해당 작업을 처리할 수 있는 가장 저렴한 모델로 라우팅하는 로컬 프록시를 실행합니다.

API 키는 절대 기기 밖으로 나가지 않습니다. 무료, 무제한, 등급 제한 없음.

전체 제품군 설치

npx robot-resources

명령어 하나로 Router 프록시를 설정하고, 에이전트를 구성하며, 즉시 비용 절감을 시작할 수 있습니다.

자세한 내용은 robotresources.ai에서 확인하세요.


이 MCP 서버 소개

이 패키지는 Model Context Protocol을 통해 AI 에이전트에게 Router 프록시 관리 도구를 제공합니다. Claude Desktop, Claude Code 또는 MCP 호환 에이전트 내에서 비용 절감액을 확인하고, 모델을 비교하며, 라우팅 구성을 조정하는 데 사용하세요.

빠른 시작

npx @robot-resources/router-mcp

localhost:3838(기본값)에서 실행 중인 Router 프록시가 필요합니다. ROUTER_URL 환경 변수로 재정의할 수 있습니다.

구성

Claude Desktop

claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "router": {
      "command": "npx",
      "args": ["-y", "@robot-resources/router-mcp"]
    }
  }
}

Claude Code

.mcp.json에 추가하세요:

{
  "mcpServers": {
    "router": {
      "command": "npx",
      "args": ["-y", "@robot-resources/router-mcp"]
    }
  }
}

사용자 지정 Router URL

프록시가 기본값이 아닌 포트에서 실행되는 경우:

{
  "mcpServers": {
    "router": {
      "command": "npx",
      "args": ["-y", "@robot-resources/router-mcp"],
      "env": {
        "ROUTER_URL": "http://localhost:4000"
      }
    }
  }
}

도구

router_get_stats

Router 프록시에 대한 비용 절감 통계입니다.

매개변수

유형

기본값

설명

period

`"daily"

"weekly"

"monthly"`

"weekly"

기간

task_type

string

작업 유형별 필터링

provider

string

제공업체별 필터링

router_compare_models

특정 작업 유형에 대해 모델의 성능과 비용을 비교합니다.

매개변수

유형

기본값

설명

task_type

string

필수

비교할 작업 유형

threshold

number

0.7

최소 성능 점수

provider

string

제공업체별 필터링

router_get_config

현재 라우팅 구성(제공업체 범위, 임계값, 재정의)을 읽습니다.

매개변수가 필요하지 않습니다.

router_set_config

런타임에 라우팅 구성을 업데이트합니다. 변경 사항은 메모리에만 적용되며(재시작 시 초기화됨) 영구 저장되지 않습니다.

매개변수

유형

설명

provider_scope

string

특정 제공업체로 제한

capability_threshold

number

최소 성능 점수

baseline_model

string

비용 비교를 위한 모델

log_level

string

로깅 수준

필드를 null로 전달하면 환경 변수 기본값으로 재설정됩니다.

요구 사항

라이선스

MIT

A
license - permissive license
-
quality - not tested
F
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/robot-resources/router-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server