LYRAIOS
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.)
Overview
LYRAIOS is a Model Context Protocol (MCP) operating system designed for multi-AI agents, enabling AI applications to interact with financial networks and blockchain public chains.
To use LYRAIOS, clone the repository from GitHub, set up the environment, and run the application locally. Users can interact with the AI through a web interface or API.
- Integration with blockchain operations (e.g., SOLANA, ETH) - Multi-agent collaboration for complex workflows - Cross-platform runtime environment for various applications - Modular architecture for easy integration of third-party tools
- Managing cryptocurrency transactions and smart contracts.
- Conducting financial market analysis and generating reports.
- Supporting educational systems with AI-driven learning tools.
Add to your AI client
Use these steps to connect LYRAIOS in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"lyraios-galaxyllmci": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lyraios-galaxyllmci"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"lyraios-galaxyllmci": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lyraios-galaxyllmci"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"lyraios-galaxyllmci": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lyraios-galaxyllmci"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"lyraios-galaxyllmci": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lyraios-galaxyllmci"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lyraios-galaxyllmci": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lyraios-galaxyllmci"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"lyraios-galaxyllmci": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-lyraios-galaxyllmci"
]
}
}
}FAQ
Can LYRAIOS handle all blockchain operations?
Yes! LYRAIOS supports various blockchain operations across multiple public chains.
Is LYRAIOS open-source?
Yes! LYRAIOS is available on GitHub for anyone to use and contribute.
How can I integrate my tools with LYRAIOS?
You can define your tool's capabilities using a JSON schema and register it with the LYRAIOS system.