SettleMesh

by StructureIntelligence

183 downloads
Not rated
GitHub

About

Deploy and monetize agent-built apps from one MCP. Ship a full-stack app (login, database, usage billing) with one command, then charge the signed-in end user per API call via X-Settle-Payer: end-user-pays, the user wallet pays cost x markup and the app owner earns the markup. Wo

Details

Author
StructureIntelligence
Downloads
183
Categories
Other

- One-command deploy with login, database, and billing.
- MCP server for any MCP-compatible client.
- Plugins for Claude Code, Cursor, and Codex.
- Agent documentation and starter templates.
- Agent-native: coders can automate the entire flow.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name SettleMesh
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the CLI globally with npm install -g settlemesh, run settlemesh login to authenticate, then deploy with settlemesh deploy ./my-app --full-stack --wait. You can also use it as an MCP server by running claude mcp add settlemesh --env SETTLE_API_KEY=... -- npx -y settlemesh mcp or after logging in. Plugin marketplace installs are available for Claude Code, Cursor, and Codex.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

SettleMesh

The launch layer for agent-built apps. One command turns an app an agent wrote into a paid product — SettleMesh OAuth login, a managed database, usage-based billing, and end-user payments built in. It's agent-native: a coding agent (Claude Code, Codex, Cursor) can run the whole deploy / auth / billing flow itself.

This repository is the open client-integration layer — the MCP server config, Claude Code plugin, Cursor rules, agent docs, and starter templates that let agents and AI tools discover and use SettleMesh. The SettleMesh platform and the CLI binary are proprietary (see NOTICE).

Quick start

npm install -g settlemesh
settlemesh login
settlemesh deploy ./my-app --full-stack --wait

Returns a live *.run.settlemesh.io URL with login, a database, and billing wired in.

Use as an MCP server

Let any MCP-compatible client (Claude Code, Claude Desktop, Cursor, Codex) call the full SettleMesh capability catalog:

claude mcp add settlemesh --env SETTLE_API_KEY=sk-settle-... -- npx -y settlemesh mcp

(or run settlemesh login first and omit the key). Per-client config snippets are in cursor/mcp.json and the Claude Code plugin below.

What's in this repo

| Path | What |
|---|---|
| server.json · smithery.yaml · glama.json | MCP registry metadata |
| .claude-plugin/ · plugins/settlemesh/ | Claude Code marketplace + plugin (skill + /deploy command + MCP) |
| .cursor-plugin/ · plugins/settlemesh-cursor/ | Cursor marketplace + plugin (rule + skill + MCP) |
| .agents/plugins/ · plugins/settlemesh-codex/ | Codex marketplace + plugin (skill + MCP) |
| cursor/ | Standalone Cursor rule + MCP config (manual add) |
| agent.md | The agent contract (also served at https://settlemesh.io/agent.md) |
| llms.txt | AEO discovery file |
| templates/ | 5 starter templates (MIT) |

Install (one repo, every agent)

Claude Code

/plugin marketplace add StructureIntelligence/settlemesh
/plugin install settlemesh@settlemesh

Cursor — install from the in-app plugin marketplace (search "SettleMesh"), or one-click the
Add to Cursor MCP badge.

Codex — add this repo as a plugin marketplace (by git URL StructureIntelligence/settlemesh),
then install settlemesh from /plugins.

Any MCP client (Claude Desktop, Cline, …) — see llms-install.md.

Links

- Website: https://settlemesh.io
- Docs & API: https://settlemesh.io/docs
- Agent guide: https://settlemesh.io/agent.md
- Pricing: https://settlemesh.io/pricing

License

The integration layer in this repository is Apache-2.0 (see LICENSE); templates/ is MIT. The SettleMesh CLI binary (npm package settlemesh) and the platform are proprietary — see NOTICE.

© StructureIntelligence Inc.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.