The official MCP server for LexQ — the Decision Operations Platform for engineering teams. Manage business rules from your AI agent: create policy groups, define rules with visual conditions, run dry-run tests, Impact Simulation, A/B testing, deployments, and integrations.
概览
LexQ is a Decision Operations Platform with built-in simulation. Define, test, and deploy business rules without touching application code.
Features
- MCP server for complete rule lifecycle management
- Visual rule builder with conflict resolution
- Dry Run: test rules with single inputs before publishing
- Impact Simulation: replay thousands of records against new rule versions
- A/B testing: split live traffic between rule versions
- Git-style versioning with instant rollback
- Webhook and notification integrations
Links
- Website: https://lexq.io
- Documentation: https://docs.lexq.io
- Console: https://console.lexq.io
- GitHub: https://github.com/lexq-io/lexq-cli
- npm: https://www.npmjs.com/package/@lexq/cli
服务器配置
{
"mcpServers": {
"lexq": {
"command": "npx",
"args": [
"-y",
"@lexq/cli",
"serve",
"--mcp"
]
}
}
}