AI / ML|Development|UtilitiesShell
gaianet-node
Install, run and deploy your own decentralized AI agent service
N/A rating (0 reviews)0 installs5,002 GitHub stars
decentralizedAInode
This repository provides a simple way to set up a GaiaNet node, allowing users to run their own decentralized AI agent service. It includes installation instructions, initialization steps, and commands to start the node.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gaianet-node": {
"args": [
"-y",
"@modelcontextprotocol/server-gaianet-node"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.