← Back to Plugins
MCP Server MCP

io.paretostudio/paretostudio-mcp

github By github 👁 3 views ▲ 0 votes

Read, create, and install your ParetoStudio prompts, agents, and skills from any MCP client.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "paretostudio-mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ParetoStudio API key (starts with psk_). Create one at https://paretostudio.io/settings under Developer.",
          "isRequired": true,
          "isSecret": true,
          "name": "PARETOSTUDIO_API_KEY"
        },
        {
          "description": "API base URL. Only change this when pointing at a self-hosted or staging instance.",
          "default": "https://paretostudio.io",
          "name": "PARETOSTUDIO_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...