MCP Server
MCP
io.paretostudio/paretostudio-mcp
Read, create, and install your ParetoStudio prompts, agents, and skills from any MCP client.
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
By
Comments
Sign in to leave a comment