Skip to main content

Run the Seashail MCP server in one line via uvx.

Project description

seashail-mcp (uvx runner)

Run the Seashail MCP server in one line via uvx (Python). This is a thin wrapper that ensures seashail is installed and runs seashail mcp for you.

See the main README for full project documentation, or the Install docs for all installation methods.

Usage

uvx seashail-mcp

Pass through args to seashail mcp:

uvx seashail-mcp -- --network testnet

Use in Agent MCP Config

If you don't want to install the seashail binary globally, reference this package in your agent's MCP config instead:

{
  "mcpServers": {
    "seashail": {
      "command": "uvx",
      "args": ["seashail-mcp"]
    }
  }
}

Testnet:

{
  "mcpServers": {
    "seashail-testnet": {
      "command": "uvx",
      "args": ["seashail-mcp", "--", "--network", "testnet"]
    }
  }
}

How It Works

  • If seashail is already installed, the wrapper runs it directly
  • If seashail is not installed, the wrapper executes the hosted installer:
    • macOS/Linux: curl -fsSL https://seashail.com/install | sh
    • Windows (PowerShell): irm https://seashail.com/install.ps1 | iex
  • After installation, it runs seashail mcp with any provided args

Alternatives

  • Direct install (recommended): brew install seashail/seashail/seashail or curl -fsSL https://seashail.com/install | sh — see Install docs
  • Node.js wrapper: npx -y @seashail/mcp — see packages/mcp/
  • One-click agent templates: seashail agent install <target> — see Agent Integration

Related

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seashail_mcp-0.1.0.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seashail_mcp-0.1.0-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file seashail_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: seashail_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.4

File hashes

Hashes for seashail_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 43679ec63b68a321571d3afa064870b4de4127c19b20321875960041a6bb217b
MD5 317346686304c9a8d2d83a4c3f7e7762
BLAKE2b-256 660cafb822640b2d8b161937cc889670234a70722d6fdb5f6f7b932a914d2157

See more details on using hashes here.

File details

Details for the file seashail_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: seashail_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.4

File hashes

Hashes for seashail_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c9322b81d7e598b3e7f7b9eeb33ac1a6e0ebcf5508fb77049286cf2b98540507
MD5 95c6258da3ea98943963a22453507eab
BLAKE2b-256 1b82b9ddca4eef38db21a1a1afd9af80259b02f3df5e965923beda1d2b35ca1e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page