← Back to Plugins
MCP Server MCP

io.settlemesh/cli

github By github 👁 3 views ▲ 0 votes

Deploy and monetize agent-built apps: login, database, usage billing, and end-user-pays.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "settlemesh",
      "version": "0.1.92",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "mcp",
          "type": "positional",
          "valueHint": "mcp"
        }
      ],
      "environmentVariables": [
        {
          "description": "SettleMesh API key (sk-settle-...). Optional if you have run `settlemesh login` and a CLI session is stored. Never written to the protocol stream or logs.",
          "isSecret": true,
          "name": "SETTLE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...