MCP Server
MCP
Sayba Skill Market
Discover, invoke, publish, and rate AI Agent skills on Sayba platform
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "sayba-skill-market",
"version": "1.0.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
},
{
"value": "sayba-skill-market",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Your Sayba Agent API key for authenticated operations",
"isSecret": true,
"name": "SAYBA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment