Mirth Connect MCP Server — 18 Tools for Channel Development, Debugging, and CI/CD
@easysolutions906
The first and most comprehensive MCP server for Mirth Connect. 18 tools: parse channels, generate Rhino-compatible code, lint for anti-patterns, debug errors, diff channels between environments, extract SQL for DBA review, map channel dependencies, generate CI/CD deploy scripts, estimate throughput, convert inline code to templates, generate test messages, and validate JavaScript for Rhino compatibility. Built for healthcare integration developers.
Server Config
{
"mcpServers": {
"mirth": {
"command": "npx",
"args": [
"-y",
"@easysolutions906/mirth-mcp"
]
}
}
}