Settings
API Configuration
Set via PROMPTON_API_KEY environment variable on the worker.
MCP Server
Add this to your Claude Code or Cursor MCP configuration:
{
"mcpServers": {
"prompton": {
"command": "npx",
"args": ["@prompton/mcp-server"],
"env": {
"PROMPTON_API_URL": "https://your-api.workers.dev",
"PROMPTON_API_KEY": "your-api-key"
}
}
}
}