Servers
Weik.io Integration Expert: MCP Server
@weikio
MCP server for the Apache Camel based Weik.io Integration Platform
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weikio": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--network=host",
"ghcr.io/weikio/mcp-server:latest"
],
"disabled": false,
"autoApprove": []
}
}
}