Production-deployable financial reconciliation software: web UI, backend engine, pluggable treasury/GL/DMS adapters, a fillable deployment intake, and install/config MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"-recon-demo-kit-priv": {
"command": "uvx",
"args": [
"-recon-demo-kit-priv"
]
}
}
}
Run in terminal:
claude mcp add -recon-demo-kit-priv uvx -recon-demo-kit-priv
Add to .cursor/mcp.json:
{
"mcpServers": {
"-recon-demo-kit-priv": {
"command": "uvx",
"args": [
"-recon-demo-kit-priv"
]
}
}
}
Or install with pip: pip install -recon-demo-kit-priv