Client Integrations
This page shows how to connect Local Signer MCP from common clients.
Last updated
{
"mcpServers": {
"local-signer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--env-file",
"LOCAL_SIGNER_ENV_FILE",
"allbridge/local-signer-mcp:latest",
"node",
"dist/index.js"
],
"env": {}
}
}
}{
"mcpServers": {
"local-signer": {
"url": "https://your-signer.example.com/mcp"
}
}
}