Skip to main content
Glama

MCP-SLOP Adapter

by kortexa-ai

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 を使用してアダプターを直接実行できます。

npx @kortexa-ai/mcp-slop-adapter http://your-slop-server-url

グローバルインストール

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

Claudeデスクトップの設定

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 ツール、さらにchatmemory-storememory-getpay
  • リソース: SLOP /resourcesエンドポイントからのすべてのリソース

ライセンス

マサチューセッツ工科大学

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

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 クライアントが SLOP 互換サーバーと対話できるようになります。

  1. MCP と SLOP とは何ですか?
    1. 特徴
      1. インストールと使用方法
        1. npxの使用
        2. グローバルインストール
      2. Claudeデスクトップの設定
        1. デバッグ
          1. 公開されたMCP機能
            1. ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                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.
                Last updated -
                126
                742
                JavaScript
                MIT License
                • Apple
                • Linux
              • A
                security
                A
                license
                A
                quality
                Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
                Last updated -
                1
                24
                MIT License
                • Apple
              • -
                security
                A
                license
                -
                quality
                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.
                Last updated -
                39
                3
                TypeScript
                MIT License
                • Apple
              • A
                security
                A
                license
                A
                quality
                A specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.
                Last updated -
                1
                12
                TypeScript
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              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