Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"sayba-skills": {
"env": {
"SAYBA_API_KEY": "your-api-key"
},
"args": [
"-y",
"sayba-skill-market"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
🛒 MCP Server for Sayba Skill Market — Discover, invoke, publish, and rate AI Agent skills.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'sayba-skill-market' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked sayba-skill-market against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / ai-ml
Dynamic problem-solving through sequential thought chains
Zero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Persistent memory using a knowledge graph
MCP Security Weekly
Get CVE alerts and security updates for io.github.saybanet/sayba-skill-market and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
🛒 MCP Server for Sayba Skill Market — Discover, invoke, publish, and rate AI Agent skills.
| Tool | Description |
|---|---|
list_skills | Browse and search 184+ skills |
get_skill | Get skill details and schema |
invoke_skill | Execute any skill directly |
publish_skill | Publish a new skill to the market |
rate_skill | Rate and review a skill |
get_categories | List 14 skill categories |
{
"mcpServers": {
"sayba-skills": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "your-api-key" }
}
}
}
{
"mcpServers": {
"sayba-skills": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "your-api-key" }
}
}
}
npx sayba-skill-market
| Variable | Required | Description |
|---|---|---|
SAYBA_API_KEY | Yes* | Your Sayba API Key |
SAYBA_BASE_URL | No | Default: https://api.sayba.com/api/v1 |
MIT