agntcy-slim-mcp-proxy

Crates.ioagntcy-slim-mcp-proxy
lib.rsagntcy-slim-mcp-proxy
version0.1.7
created_at2025-06-03 14:39:13.117214+00
updated_at2025-09-18 11:37:58.410101+00
descriptionProxy for exposing a native MCP server over SLIM
homepage
repository
max_upload_size
id1699132
size207,841
Agntcy.ai Artifact Publishing (artifacts-agntcy)

documentation

README

SLIM-MCP proxy

This proxy enables connecting existing MCP servers that use the SSE transport to the SLIM network. The proxy is capable of receiving messages from an application running on top of SLIM and forwarding them to the SSE server (and vice versa).

How to run the code

You can use the commands provided in the Taskfile to run the client and server located in the example folder.

Run the SLIM node

To run the SLIM node, use the following command:

task mcp-proxy:run-slim

Run the SLIM-MCP proxy

To run the SLIM-MCP proxy, use the following command:

task mcp-proxy:run-mcp-proxy

Run the MCP Server

To run the MCP server example, use the following command:

task mcp-proxy:test:run-mcp-server

The MPC server will start listening on port 8000

Run the MCP Client

To run the MCP client example, use the following command:

task mcp-proxy:test:run-mcp-client

The client uses the SLIM transport, so it will connect to the SLIM node and communicate with the MCP server through the proxy.

Commit count: 0

cargo fmt