| Crates.io | agntcy-slim-mcp-proxy |
| lib.rs | agntcy-slim-mcp-proxy |
| version | 0.1.7 |
| created_at | 2025-06-03 14:39:13.117214+00 |
| updated_at | 2025-09-18 11:37:58.410101+00 |
| description | Proxy for exposing a native MCP server over SLIM |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1699132 |
| size | 207,841 |
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).
You can use the commands provided in the Taskfile to run the client and server located in the example folder.
To run the SLIM node, use the following command:
task mcp-proxy:run-slim
To run the SLIM-MCP proxy, use the following command:
task mcp-proxy:run-mcp-proxy
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
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.