Odel
kit

kit

Local
@torevaTypeScriptUpdated 1w ago

Policy-checked Solana wallet actions with user-set limits, unsigned transactions, and receipts.

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).

npm@toreva/mcpv0.2.0

Run

npx -y @toreva/mcp

MCP client config

{
  "mcpServers": {
    "kit": {
      "command": "npx",
      "args": [
        "-y",
        "@toreva/mcp"
      ]
    }
  }
}