MCP-SLOPアダプタ
Claude Desktop などのMCP (Model Context Protocol) クライアントを任意のSLOP (Simple Language Open Protocol) 互換サーバーに接続する軽量アダプターです。
MCP と SLOP とは何ですか?
- MCP(モデルコンテキストプロトコル) :Anthropicが開発した独自のプロトコルで、AIモデルがツールやリソースにアクセスできるようにします。MCPについて詳しくはこちらをご覧ください。
- SLOP (Simple Language Open Protocol) : 5つの基本エンドポイントを備えたAI API向けのシンプルなオープンソースRESTベースパターン。SLOPの詳細をご覧いただくか、 SLOP Discordコミュニティにご参加ください。
特徴
このアダプタは、次の方法で MCP と SLOP をブリッジします。
- MCP ツールリクエストを SLOP API 呼び出しに変換する
- SLOP リソースを MCP リソースとして公開する
- SLOP固有のエンドポイント(チャット、メモリ、支払い)用のMCPツールの提供
- プロトコル間のエラー変換の処理
インストールと使用方法
npxの使用
npx を使用してアダプターを直接実行できます。
グローバルインストール
Claudeデスクトップの設定
Claude Desktop を SLOP サーバーに接続するには:
- SLOPサーバーが稼働していることを確認してください
- Claude Desktop の設定ファイルを編集します。
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
- 次の構成を追加します。
http://your-slop-server-url
SLOP サーバーの URL に置き換えます。
デバッグ
MCP Inspectorを使用してアダプタに接続し、SLOP サーバーを検査できます。
公開されたMCP機能
このアダプタは以下を公開します:
- ツール:
/tools
エンドポイントからのネイティブ SLOP ツール、さらにchat
、memory-store
、memory-get
、pay
- リソース: SLOP
/resources
エンドポイントからのすべてのリソース
ライセンス
マサチューセッツ工科大学
This server cannot be installed
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 互換サーバーと対話できるようになります。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -3936JavaScriptApache 2.0
- -securityFlicense-qualityA Model Context Protocol (MCP) server that enables interaction with JIRA APIs through Claude Desktop, allowing users to search, create, update, and manage JIRA issues using natural language commands.Last updated -Python
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript
- -securityFlicense-qualityA Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.Last updated -35