MCP server for Run402 — AI-native Postgres + REST + auth + storage + static sites. Pay with x402 USDC on Base. No signups.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"run402": {
"command": "npx",
"args": [
"-y",
"kychee-com/run402"
]
}
}
}
Run in terminal:
claude mcp add run402 npx -y kychee-com/run402
Add to .cursor/mcp.json:
{
"mcpServers": {
"run402": {
"command": "npx",
"args": [
"-y",
"kychee-com/run402"
]
}
}
}