aethereum for Claude Desktop
io.github.br9704/aethereum
The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install aethereum in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"aethereum": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.aethereum.dev/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs