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
seashailis already installed, the wrapper runs it directly - If
seashailis 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
- macOS/Linux:
- After installation, it runs
seashail mcpwith any provided args
Alternatives
- Direct install (recommended):
brew install seashail/seashail/seashailorcurl -fsSL https://seashail.com/install | sh— see Install docs - Node.js wrapper:
npx -y @seashail/mcp— seepackages/mcp/ - One-click agent templates:
seashail agent install <target>— see Agent Integration
Related
- Main README — Full project documentation
packages/mcp/—@seashail/mcpnpx wrapper- Agent Config Templates — Static config templates for editors/agents
- Install Docs — All installation methods
- Quickstart — First run guide
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43679ec63b68a321571d3afa064870b4de4127c19b20321875960041a6bb217b
|
|
| MD5 |
317346686304c9a8d2d83a4c3f7e7762
|
|
| BLAKE2b-256 |
660cafb822640b2d8b161937cc889670234a70722d6fdb5f6f7b932a914d2157
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9322b81d7e598b3e7f7b9eeb33ac1a6e0ebcf5508fb77049286cf2b98540507
|
|
| MD5 |
95c6258da3ea98943963a22453507eab
|
|
| BLAKE2b-256 |
1b82b9ddca4eef38db21a1a1afd9af80259b02f3df5e965923beda1d2b35ca1e
|