achlens for Cursor
io.github.mscott9160-web/achlens
Local-first MCP server and CLI for validating and generating synthetic ACH files.
client:Cursor
transport:stdio
runtime:pypi
Install achlens in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"achlens": {
"type": "stdio",
"command": "uvx",
"args": [
"achlens"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs