#!/usr/bin/env python3
"""
Solana Vault MCP - Main entry point
Run this file to start the Solana Vault MCP server
"""
from app import create_app
if __name__ == "__main__":
app = create_app()
app.run(host="0.0.0.0", port=app.config.get("PORT", 5000))
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/olaxbt/solana-vault-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server