achlens for VS Code
io.github.mscott9160-web/achlens
Local-first MCP server and CLI for validating and generating synthetic ACH files.
client:VS Code
transport:stdio
runtime:pypi
Install achlens in VS Code
.vscode/mcp.json
{
"servers": {
"achlens": {
"type": "stdio",
"command": "uvx",
"args": [
"achlens"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs