lyraios

GalaxyLLMCI/lyraios
★ 207 stars Python 🤖 AI/LLM Updated 2mo ago
LYRAI is a Model Context Protocol (MCP) operating system for multi-AI AGENTs designed to extend the functionality of AI applications by enabling them to interact with financial networks and blockchain public chains. The server offers a range of advanced AI assistants, including blockchain public chain operations (SOLANA,ETH,BSC,etc.)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lyraios": {
      "command": "uvx",
      "args": [
        "lyraios"
      ]
    }
  }
}

Or install with pip: pip install lyraios