Skip to main content
Glama

MCP-SLOP Adapter

by kortexa-ai

MCP to SLOP Adapter

A lightweight adapter that connects MCP (Model Context Protocol) clients like Claude Desktop with any SLOP (Simple Language Open Protocol) compatible server.

What is MCP and SLOP?

  • MCP (Model Context Protocol): A proprietary protocol developed by Anthropic that enables AI models to access tools and resources. Learn more about MCP.
  • SLOP (Simple Language Open Protocol): A simple open-source REST-based pattern for AI APIs with 5 basic endpoints. Learn more about SLOP or join the SLOP Discord community.

Features

This adapter bridges MCP and SLOP by:

  • Converting MCP tool requests to SLOP API calls
  • Exposing SLOP resources as MCP resources
  • Providing MCP tools for SLOP-specific endpoints (chat, memory, pay)
  • Handling error conversion between protocols

Installation & Usage

Using npx

You can run the adapter directly using npx:

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

Global Installation

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

Configuring Claude Desktop

To connect Claude Desktop with a SLOP server:

  1. Make sure your SLOP server is running
  2. Edit Claude Desktop's configuration file:
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  3. Add the following configuration:
{ "mcpServers": { "mcp-slop-adapter": { "command": "npx", "args": [ "@kortexa-ai/mcp-slop-adapter", "http://your-slop-server-url" ] } } }

Replace http://your-slop-server-url with the URL of your SLOP server.

Debugging

You can use the MCP Inspector to connect to the adapter and inspect your SLOP server.

Exposed MCP Capabilities

This adapter exposes:

  • Tools: Native SLOP tools from /tools endpoint, plus chat, memory-store, memory-get, and pay
  • Resources: All resources from the SLOP /resources endpoint

License

MIT

-
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.

A proxy server that converts Model Context Protocol (MCP) messages to Simple Language Open Protocol (SLOP) messages, allowing MCP clients like Claude Desktop to interact with SLOP-compatible servers.

  1. What is MCP and SLOP?
    1. Features
      1. Installation & Usage
        1. Using npx
        2. Global Installation
      2. Configuring Claude Desktop
        1. Debugging
          1. Exposed MCP Capabilities
            1. License

              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 -
                149
                752
                JavaScript
                MIT License
                • Apple
                • Linux
              • -
                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 -
                53
                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
                13
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                A
                license
                -
                quality
                A 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.
                Last updated -
                37
                Go
                Apache 2.0

              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