Skip to main content
Glama

MCP-SLOP Adapter

by kortexa-ai

MCP 至 SLOP 适配器

一种轻量级适配器,可将 Claude Desktop 等MCP (模型上下文协议)客户端与任何SLOP (简单语言开放协议)兼容服务器连接起来。

什么是 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

              • A
                security
                A
                license
                A
                quality
                A 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 -
                3
                9
                36
                JavaScript
                Apache 2.0
              • -
                security
                F
                license
                -
                quality
                A 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
                • Linux
                • Apple
              • -
                security
                -
                license
                -
                quality
                A 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 -
                1
                TypeScript
              • -
                security
                F
                license
                -
                quality
                A 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

              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