MCP.so
登录

Run402

@MajorTal

关于 Run402

MCP server for Run402 — AI-native Postgres + REST + auth + storage + static sites. Pay with x402 USDC on Base. No signups.

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

MajorTal

提交者

Tal Weiss

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Run402?

Run402 is an MCP server that provides core Run402 operations as MCP tools. It allows AI agents to provision and manage a full Postgres database, REST API, user auth, content-addressed file storage, static site hosting, serverless functions, and image generation — all via the Model Context Protocol. The server is designed for use with MCP-compatible hosts such as Claude Desktop, Cursor, Cline, and Claude Code.

How to use Run402?

Install the run402-mcp npm package and configure it as an MCP server in your MCP host. The MCP tools are thin shims over the Run402 SDK and expose the same operations as the CLI and SDK. Refer to your MCP host’s documentation for adding a custom MCP server (e.g., pointing to the run402-mcp binary).

Key features of Run402

  • Provision Postgres, storage, and deploys with one MCP call.
  • Content-addressed file storage with built-in SRI integrity.
  • Dark-by-default API tables managed via expose manifest.
  • Serverless functions with same-origin web routes.
  • Pay-per-use with USDC on Base or Stripe credits (testnet free).
  • Works with Claude Desktop, Cursor, Cline, Claude Code.

Use cases of Run402

  • AI agents needing a full backend stack (database, API, auth, hosting).
  • Deploying static sites with serverless functions and custom routes.
  • Managing database access policies via manifest without manual SQL.
  • Hosting and serving assets with automatic cache invalidation.

FAQ from Run402

What does Run402 MCP let me do?

It provides MCP tools to create and manage Postgres databases, REST APIs, user auth, file storage, static sites, serverless functions, and image generation — all provisioned from an AI agent.

How is Run402 paid for?

Usage is paid with x402 USDC on Base or with Stripe credits. A prototype tier is free on testnet.

What are the runtime requirements?

The MCP server is installed via npm (run402-mcp). It requires Node.js (version 22, Deno, Bun, or V8 isolates are supported by the underlying SDK).

Where does my data live?

Data is stored on Run402’s cloud infrastructure. The MCP server interacts with the Run402 gateway and CDN.

Which MCP hosts are supported?

The MCP server is explicitly designed for Claude Desktop, Cursor, Cline, and Claude Code.

评论

开发工具 分类下的更多 MCP 服务器