电动MCP服务器
电气SQL 模型上下文协议(MCP) 服务器。
设置
安装:
mix deps.get开始:
mix run --no-halt端点
活动:
- http://localhost:4000/sse
信息:
- http://localhost:4000/message
手动测试
elixir scripts/client.exs添加到克劳德
uv tool install mcp-proxy示例 claude_desktop_config.json:
{
"mcpServers": {
"electric": {
"command": "/absolute/path/to/mcp-proxy",
"args": [
"http://localhost:4000/sse"
]
}
}
}