classix-mcp-proxy
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@classix-mcp-proxycreate a proxy endpoint for my MCP server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
classix-mcp-proxy
This nodejs server accepts incoming websocket connections and creates unique POST API endpoints for each one of them.
Build
Requires: Node 20 or newer
npm ci
npm run buildRelated MCP server: websocat-mcp
Local testing
1. Start MCP proxy
npm start -- --custom-id=trueAnd let the process run
2. Launch classix
To make classix connect to the local MCP proxy, launch it as follows:
SET CX_MCP_PROXY_ENDPOINT=ws://localhost:8080/classix/local
cxas <bindir/dlloption>and login
3. Prepare test script
Run npm install in the test/call-mcp directory.
4. Test MCP requests
Now you can simply drop the JSON files for the corresponding MCP calls from the test directory onto the call-mcp.bat file to execute the tool call against the local classix instance and see its response.
Command line options
The following command line options can be passed to the mcp proxy:
Parameter | |
| The port to listen for classix and mcp connections |
| Just for debug output at the moment |
| Set to |
| Overwrite the default KLIO url prefix - this is being sent to classix and returned by |
| set to |
Environment variables
The following environment are supported by the mcp proxy:
command line options take precedence over environment variables
Name | Description |
| overwrite the default KLIO url prefix |
| set the host via environment variable |
| set the port via environment variable |
| set to 'true' to enable |
| set to 'true' to enable |
Related MCP Connectors
Experimental MCP server for current empirical verification of explicit public HTTPS endpoint claims.
Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Public Streamable HTTP MCP gateway for XGRChain, XDaLa sessions, Explorer data and XGR standards.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceA proxy server that allows LLM clients to use Databutton app API endpoints as tools through the MCP protocol over websockets.1MIT- AlicenseNot gradedqualityDmaintenanceMCP server for WebSocket operations, enabling connect, send, receive, and manage WebSocket connections and servers.MIT
- FlicenseNot gradedqualityDmaintenanceEnables monitoring and management of tasks via WebSocket events and authorization requests through MCP tools.-
- FlicenseNot gradedqualityDmaintenanceExposes app-registered tools as an MCP server for OpenClaw, forwarding actual tool execution back to the app over a WebSocket bridge.-