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.)
claude mcp add --transport stdio galaxyllmci-lyraios python -m lyraios_server \ --env LYRAIOS_CA="CA string for VIP payments (if applicable, placeholder)" \ --env LYRAIOS_VIP_PAYMENT="Enable VIP features payment flow (optional)"
How to use
LYRAIOS is an MCP-based operating system for coordinating multiple AI agents with access to a rich set of capabilities across finance, blockchain, and enterprise tooling. It exposes an MCP server interface that lets clients connect, request tools, and execute complex workflows through the integrated adapters and tool registry. The system emphasizes modular tool integration, enabling agents to retrieve wallet addresses, query balances, execute transfers, deploy smart contracts, perform on-chain lending, call contract functions, and manage tokens on public blockchains such as Solana and Ethereum. Beyond blockchain operations, LYRAIOS includes fintech market analysis, generation of summary reports, and learning/training capabilities for educational contexts. The architecture supports multi-agent collaboration, scalable task orchestration, and cross-platform runtimes for transitioning from personal assistants to enterprise digital employees. To begin, connect via the MCP protocol from a client (e.g., an IDE or LLM host) and leverage the Tool Registry to discover and invoke available capabilities. Tools are executed in a controlled environment with adapters handling REST APIs, Python plugins, and other integrations as defined by the Tool Integration Protocol.
How to install
Prerequisites:
- Python 3.8+ installed on the host
- Git installed
- Optional: Python virtual environment support
Installation steps:
-
Clone the LYRAIOS MCP server repository: git clone https://github.com/user-attachments/galaxyllmci-lyraios.git cd galaxyllmci-lyraios
-
(Recommended) Create and activate a virtual environment: python -m venv venv
On Windows: venv\Scripts\activate
On macOS/Linux: source venv/bin/activate
-
Install dependencies (adjust if a requirements file exists): pip install -r requirements.txt
-
Configure environment variables (see mcp_config section and additional_notes):
- LYRAIOS_VIP_PAYMENT (optional)
- LYRAIOS_CA (optional)
-
Run the LYRAIOS MCP server: python -m lyraios_server
-
Verify the server is running by checking the logs or hitting the MCP endpoint from a client.
Notes:
- If a Docker image is provided in the future, you can use Docker as an alternative deployment method.
- Replace placeholder values in the environment with real credentials/parameters as needed for your deployment.
Additional notes
Tips and common considerations:
- VIP features are planned to require LYRAI payments on Solana; ensure you understand any feature flags and prepare the payment mechanism (LYRAI token/credentials) if you intend to enable them.
- The Tool Integration Protocol relies on a Tool Registry; ensure tools are registered and their manifests are valid to avoid execution errors.
- If you encounter connectivity issues, verify MCP client/server handshakes and network reachability between hosts.
- For production deployments, consider running behind a reverse proxy, enabling TLS, and configuring proper authentication/authorization policies.
- Environment variables listed in mcp_config should be kept secure and not committed to public repositories.
Related MCP Servers
mcp-vegalite
MCP server from isaacwasserman/mcp-vegalite-server
github-chat
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
nautex
MCP server for guiding Coding Agents via end-to-end requirements to implementation plan pipeline
pagerduty
PagerDuty's official local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account directly from your MCP-enabled client.
futu-stock
mcp server for futuniuniu stock
mcp -boilerplate
Boilerplate using one of the 'better' ways to build MCP Servers. Written using FastMCP