Skip to main content
Glama
sawroop1242

OpenRouter Reasoning MCP

by sawroop1242

OpenRouter Reasoning MCP

Cloudflare Workers에서 실행되는 무상태(stateless) 원격 Model Context Protocol(MCP) 서버입니다.

multi_step_reasoning 도구 하나를 노출하며, 이 도구는 프롬프트를 OpenRouter에 보내고 두 번째 검증을 수행한 뒤, 사용 가능한 경우 공급자의 reasonising 필드와 함께 두 응답을 모두 반환합니다.

아키텍처

MCP client
   │
   │ Streamable HTTP
   ▼
Cloudflare Worker /mcp
   │
   ├── OpenRouter request #1
   │
   └── OpenRouter request #2 (verification)
             │
             ▼
      OpenRouter model
      stealth/ox-alpha

Related MCP server: CRASH - Cascaded Reasoning with Adaptive Step Handling

요구 사항

  • Node.js

  • Cloudflare 계정

  • OpenRouter API 키

  • Wrangler 인증

로컬 개발

npm install
npx wrangler login
npx wrangler secret put OPENROUTER_API_KEY
npm run dev

MCP 엔드포인트는 /mcp입니다.

배포

npm install
npx wrangler login
npx wrangler secret put OPENROUTER_API_KEY
npm run typecheck
npm run deploy

배포가 완료되면 엔드포인트는 다음과 같습니다.

https://openrouter-reasoning-mcp.<your-subdomain>.workers.dev/mcp

MCP 클라이언트 구성

배포된 /mcp URL을 Streamable HTTP를 사용하는 원격 MCP 서버로 사용하세요. 엔드포인트를 더 이상 사용되지 않는 HTTP+SSE 전송 방식으로 구성하지 마세요.

도구

multi_step_reasoning

입력:

{
  "prompt": "Explain why a binary search is O(log n).",
  "follow_up": "Verify the explanation and correct any mistakes."
}

follow_up은 선택 사항입니다. 기본값은 다음과 같습니다.

Are you sure? Think carefully and verify your answer.

보안

OpenRouter 키는 Cloudflare Worker 시크릿(secret)으로 저장되며 Git에 커밋되지 않습니다. 현재 서버는 의도적으로 인증되지 않은 상태이므로, /mcp 엔드포인트에 도달할 수 있는 사람이라면 누구나 도구를 호출하고 구성된 OpenRouter 계정을 사용할 수 있습니다. 유료 OpenRouter 키와 함께 공개적으로 사용하기 전에 MCP 인증/권한 부여를 추가하세요.

라이선스

MIT

Maintenance

ActivityMaintained
ResponsivenessSyncing

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

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Facilitates two-stage reasoning processes using DeepSeek for detailed analysis and supports multiple response models such as Claude 3.5 Sonnet and OpenRouter, maintaining conversation context and enhancing AI-driven interactions.
    2
    115
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides advanced AI reasoning capabilities through step-by-step thinking framework, enabling complex problem-solving with dynamic thought revision, multi-path reasoning, and adaptive planning for sophisticated analysis tasks.
    1
    MIT

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/sawroop1242/openrouter-reasoning-mcp'

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