jPOS MCP Server for Zed
io.github.mohisyed/jpos-mcp-server
MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents.
client:Zed
transport:stdio
runtime:pypi
Install jPOS MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"jpos-mcp-server": {
"command": "uvx",
"args": [
"jpos-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs