MCP-SLOP Adapter
MCP 至 SLOP 适配器
一种轻量级适配器,可将 Claude Desktop 等MCP (模型上下文协议)客户端与任何SLOP (简单语言开放协议)兼容服务器连接起来。
什么是 MCP 和 SLOP?
MCP(模型上下文协议) :Anthropic 开发的专有协议,使 AI 模型能够访问工具和资源。了解更多关于 MCP 的信息。
SLOP(简单语言开放协议) :一个基于 REST 的简单开源 AI API 模式,包含 5 个基本端点。了解更多关于 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-url配置 Claude 桌面
要将 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