MCP Server
MCP
io.settlemesh/cli
Deploy and monetize agent-built apps: login, database, usage billing, and end-user-pays.
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
By
Comments
Sign in to leave a comment