Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From citrus-mcp
Provides Citrus Framework integration for deployment verification and integration testing. Runs locally as a stdio subprocess via jbang.
npx claudepluginhub citrusframework/citrus --plugin citrus-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"citrus": {
"command": "jbang",
"args": [
"--quiet",
"org.citrusframework:citrus-mcp-server:LATEST:runner"
]
}
}
}Server configuration and connection parameters
jbangCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.