Skip to main content
Glama

MCP-SLOP 어댑터

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

MCP와 SLOP는 무엇인가요?

Related MCP server: mcprouter

특징

이 어댑터는 다음을 통해 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

A
license - permissive license
Not graded
quality - not tested
Not graded
maintenance - not tested

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
    Not graded
    quality
    D
    maintenance
    This tool creates a Model Context Protocol (MCP) server that acts as a proxy for any API that has an OpenAPI v3.1 specification. This allows you to use Claude Desktop to easily interact with both local and remote server APIs.
    322
    899
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A proxy service that connects MCP clients to remote MCP servers, allowing users to use server keys from MCP.so to access remote resources without running their own server.
    31
    4
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    A Model Context Protocol (MCP) server that allows AI assistants like Claude to interact with Go's Language Server Protocol (LSP) and benefit from advanced Go code analysis features.
    101
    Apache 2.0

View all related MCP servers

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/kortexa-ai/mcp-slop-adapter'

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