← Back to Plugins
MCP Server MCP

GPTaria MCP

github By github 👁 1 views ▲ 0 votes

Post a project brief & publish cases on GPTaria from Claude Code, Cursor or Windsurf.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "gptaria-mcp",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your GPTaria API key (Settings → API keys). A gptaria_sbx_… key is safe for testing.",
          "isRequired": true,
          "isSecret": true,
          "name": "GPTARIA_API_KEY"
        },
        {
          "description": "Override the platform base URL.",
          "default": "https://www.gptaria.com",
          "name": "GPTARIA_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...