MCP Server Configuration

View the MCP server connection details for PROMPTZ

Server Details
Default connection details for the PROMPTZ MCP server
https://retdttpq2ngorbx7f5ht4cr3du.appsync-api.eu-central-1.amazonaws.com/graphql

The base URL of the PROMPTZ MCP server API endpoint

da2-45yiufdo5rcflbas7rzd3twble

The public API key for authentication with the PROMPTZ MCP server

MCP Settings Snippet
Snippet for configuring your MCP server settings
"promptz.dev/mcp": {
  "command": "npx",
  "args": [
    "-y",
    "@promptz/mcp"
  ],
  "env": {
    "API_URL": "https://retdttpq2ngorbx7f5ht4cr3du.appsync-api.eu-central-1.amazonaws.com/graphql",
    "API_KEY": "da2-45yiufdo5rcflbas7rzd3twble"
  },
  "disabled": false,
  "autoApprove": []
}

Copy this configuration snippet and paste it in your MCP server configuration.