electric_mcp

electric_mcp

0

The Electric MCP Server is an ElectricSQL server implementing the Model Context Protocol. It facilitates communication via specific endpoints for events and messaging, and can be integrated into larger systems using proxy tools.

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"
      ]
    }
  }
}