Stdio-to-remote relay for the Zelta MCP server. Lets stdio-only MCP clients (Claude Desktop, Cursor, Continue.dev) connect to https://mcp.zelta.app/mcp.
{
"mcpServers": {
"finaegismcp": {
"command": "npx",
"args": [
"-y",
"@finaegis/mcp"
]
}
}
}