Back to Home
ExpertVagabond icon

solana-mcp-server

by ExpertVagabond

Overview

This server provides a Model Context Protocol (MCP) interface for comprehensive Solana blockchain interactions, including wallet management, transaction handling, and SPL token operations.

Installation

Run Command
npm start

Security Notes

Private keys for created and imported wallets are stored exclusively in volatile memory (`wallets` Map) and are not persisted. This is explicitly noted by the developer as 'not for production' and poses a critical risk if the server process is compromised or restarted, leading to permanent loss or exposure of funds. While there are no obvious malicious patterns, `eval` usage, or hardcoded sensitive credentials, the fundamental approach to key management makes it unsafe for handling real funds in a persistent or production environment.

Similar Servers

Stats

Interest Score30
Security Score4
Cost ClassMedium
Avg Tokens75
Stars1
Forks0
Last Update2025-12-15

Tags

solanablockchainwallet-managementspl-tokensmcp-server