Sign In

solana-node-workflow-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solana-node-workflow-mcp

MCP server for Solana Node Dashboard workflow execution

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
2
-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Solana Node Workflow

MCP server for executing Solana Node Dashboard workflows from the command line.

Installation

npm install -g @anaisbetts/solana-node-workflow

Usage

Running a Workflow

You can run a workflow in two ways:

  • Using a workflow ID:
solana-node-workflow run -w <workflow-id>
  • Using a workflow JSON file:
solana-node-workflow run -w path/to/workflow.json

Options

  • -w, --workflow <workflow>: Workflow ID or JSON file path (required)
  • -e, --endpoint <endpoint>: Custom API endpoint (default: https://solana-node-dashboard-v2.vercel.app)

Example

# Run a workflow using its ID
solana-node-workflow run -w abc123

# Run a workflow from a JSON file
solana-node-workflow run -w ./my-workflow.json

# Run a workflow using a custom endpoint
solana-node-workflow run -w abc123 -e http://localhost:3000

Development

  • Clone the repository
  • Install dependencies:
npm install
  • Build the project:
npm run build
  • Run in development mode:
npm run dev

License

MIT

Keywords

solana

FAQs

Package last updated on 05 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts