Solana Vault MCP
A Model Context Protocol (MCP) implementation for secure Solana blockchain wallet operations in python.
Overview
Features
Project Structure
solana-vault-mcp/
βββ app/
β βββ handlers/ # Action handlers
β βββ routes/ # API routes
β βββ services/ # Core services
β βββ utils/ # Utilities
βββ logs/ # Log files
βββ tests/ # Test cases
βββ .env # Environment variables
βββ .env.example # Example environment file
βββ requirements.txt # Dependencies
βββ run.py # Main entry point
βββ README.md # DocumentationLast updated