MCP-SLOP Adapter
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コミュニティにご参加ください。
Related MCP server: mcprouter
特徴
このアダプタは、次の方法で 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-urlClaudeデスクトップの設定
Claude Desktop を SLOP サーバーに接続するには:
SLOPサーバーが稼働していることを確認してください
Claude Desktop の設定ファイルを編集します。
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
次の構成を追加します。
{
"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-get、payリソース: SLOP
/resourcesエンドポイントからのすべてのリソース
ライセンス
マサチューセッツ工科大学
This server cannot be installed
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
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis 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.322899MIT
- AlicenseNot gradedqualityCmaintenanceA 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.314MIT
- AlicenseBqualityDmaintenanceA specialized MCP server that helps analyze and debug Model Context Protocol logs by providing Claude with direct access to log files across multiple platforms.116MIT
- AlicenseNot gradedqualityAmaintenanceA 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.101Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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