MCP-SLOP Adapter

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP-SLOP 어댑터

Claude Desktop과 같은 MCP (Model Context Protocol) 클라이언트를 모든 SLOP (Simple Language Open Protocol) 호환 서버와 연결하는 가벼운 어댑터입니다.

MCP와 SLOP는 무엇인가요?

특징

이 어댑터는 다음을 통해 MCP와 SLOP를 연결합니다.

  • MCP 도구 요청을 SLOP API 호출로 변환
  • SLOP 리소스를 MCP 리소스로 노출
  • SLOP 특정 엔드포인트(채팅, 메모리, 지불)에 대한 MCP 도구 제공
  • 프로토콜 간 오류 변환 처리

설치 및 사용

npx 사용하기

npx를 사용하여 어댑터를 직접 실행할 수 있습니다.

지엑스피1

글로벌 설치

npm install -g @kortexa-ai/mcp-slop-adapter mcp-slop-adapter http://your-slop-server-url

Claude Desktop 구성

Claude Desktop을 SLOP 서버에 연결하려면:

  1. SLOP 서버가 실행 중인지 확인하세요.
  2. Claude Desktop의 구성 파일을 편집합니다.
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  3. 다음 구성을 추가합니다.
{ "mcpServers": { "mcp-slop-adapter": { "command": "npx", "args": [ "@kortexa-ai/mcp-slop-adapter", "http://your-slop-server-url" ] } } }

http://your-slop-server-url SLOP 서버의 URL로 바꾸세요.

디버깅

MCP Inspector를 사용하여 어댑터에 연결하고 SLOP 서버를 검사할 수 있습니다.

노출된 MCP 기능

이 어댑터는 다음을 노출합니다.

  • 도구 : /tools 엔드포인트의 기본 SLOP 도구, chat , memory-store , memory-getpay
  • 리소스 : SLOP /resources 엔드포인트의 모든 리소스

특허

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

MCP(Model Context Protocol) 메시지를 SLOP(Simple Language Open Protocol) 메시지로 변환하는 프록시 서버로, Claude Desktop과 같은 MCP 클라이언트가 SLOP 호환 서버와 상호 작용할 수 있도록 해줍니다.

  1. What is MCP and SLOP?
    1. Features
      1. Installation & Usage
        1. Using npx
        2. Global Installation
      2. Configuring Claude Desktop
        1. Debugging
          1. Exposed MCP Capabilities
            1. License
              ID: uscbt4f9bb