Odel
ship MCP

ship MCP

Local
@colossal1598TypeScriptMITUpdated 1mo ago

Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmship-mcpv0.2.1

Run

npx -y ship-mcp

MCP client config

{
  "mcpServers": {
    "ship-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ship-mcp"
      ]
    }
  }
}