MCP server for managing webMethods Integration Server via pure HTTP API - 39 tools for flow services, adapters, ports, and more
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"wm-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"wm-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add wm-mcp-server cargo run -- wm-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"wm-mcp-server": {
"command": "cargo",
"args": [
"run",
"--",
"wm-mcp-server"
]
}
}
}