Electric MCP Server
An ElectricSQL Model Context Protocol (MCP) server.
Setup
Install:
mix deps.get
Start:
mix run --no-halt
Endpoints
Events:
Messages:
Manual testing
elixir scripts/client.exs
Adding to Claude
uv tool install mcp-proxy
Example claude_desktop_config.json
:
{
"mcpServers": {
"electric": {
"command": "/absolute/path/to/mcp-proxy",
"args": [
"http://localhost:4000/sse"
]
}
}
}