Skip to main content
Glama

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.

Related MCP server: AgentPay

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/

Claude Code plugin (marketplace + plugin + skill + /deploy command)

cursor/

Cursor rule + MCP config

agent.md

The agent contract (also served at https://settlemesh.io/agent.md)

llms.txt

AEO discovery file

templates/

5 starter templates (MIT)

Install the Claude Code plugin

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

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.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/StructureIntelligence/settlemesh'

If you have feedback or need assistance with the MCP directory API, please join our Discord server