LayerX Network is a deterministic execution and accounting network for autonomous agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"layerx-network": {
"command": "go",
"args": [
"run",
"github.com/Sidiora-Labs/LayerX-Network@latest"
]
}
}
}
Run in terminal:
claude mcp add layerx-network go run github.com/Sidiora-Labs/LayerX-Network@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"layerx-network": {
"command": "go",
"args": [
"run",
"github.com/Sidiora-Labs/LayerX-Network@latest"
]
}
}
}