AgentSkillsHub MCP Server
Enables agents to search for, audit, and install AI agent skills and MCP servers related to PostgreSQL, with security grades and quality scores.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentSkillsHub MCP Serversearch for safe mcp servers to manage postgres"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentSkillsHub MCP Server
๐ Website ยท ๐ Browse Skills ยท ๐ก๏ธ Security Report ยท ๐ข Enterprise
Search, audit, and install open-source AI agent skills & MCP servers from inside your agent โ Claude Code, Cursor, Cline, Cherry Studio, or any MCP client. Every result is security-graded and quality-scored by AgentSkillsHub, a directory of 100K+ skills. The trust signal comes before you install.
// add to your MCP client config
{
"mcpServers": {
"agentskillshub": {
"command": "npx",
"args": ["-y", "@agentskillshub/mcp"]
}
}
}That's it โ no API key, no signup. The server downloads a static catalog index once (~1.7 MB, cached locally) and does all searching locally, so it's fast, works offline after the first run, and puts zero load on the Hub backend.
Why an MCP server
Discovering a skill is easy. Knowing whether it's safe to run against your credentials is not. This server puts search + a trust check right in the agent's tool loop:
need a capability โ search_skills โ audit_skill โ get_skill_install โ installYour agent sees the security grade and estimated token cost of a skill before it picks one โ signals other directories don't give it.
Related MCP server: skillet
Tools
Tool | What it does |
| Find skills by natural-language query + filters ( |
| Free basic trust check for an |
| Install commands for a runtime + a "check before you install" safety line. Returns instructions; it does not run anything. |
Example
User: find me a safe way to query Postgres from Claude Code
The agent calls search_skills({ query: "query postgres", category: "mcp-server", max_security_risk: "safe" }) and gets back graded results:
call518/MCP-PostgreSQL-Ops 150โ
๐ข SAFE quality 75/100
sgaunet/postgresql-mcp 6โ
๐ก CAUTION ~17.2k tokthen audit_skill / get_skill_install before it installs anything.
Security grades
๐ข SAFE ยท ๐ก CAUTION ยท ๐ด UNSAFE ยท โ REJECT ยท โช UNAUDITED
โช UNAUDITED is not "probably fine" โ it means no one has audited it. The search_skills filter max_security_risk excludes un-audited skills, never silently treats them as safe.
We security-graded the whole catalog and wrote up what we found: We security-graded 117,854 AI agent skills.
Free vs. Pro
Free (this server):
search_skillsยทaudit_skill(basic) ยทget_skill_install, for any catalogued skill.Pro / Enterprise: 5-dimension deep audit (code ยท credentials ยท vendor ยท supply-chain ยท operational), any GitHub URL (incl. <5โ / private), CI/batch auditing, compliance evidence โ https://agentskillshub.top/enterprise/
Env
Var | Default |
|
|
|
|
Related
CLI:
@agentskillshub/cliโ the same search/audit/install from your terminal (npx @agentskillshub/cli search "โฆ").
MIT ยฉ AgentSkillsHub
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityFmaintenanceMCP server for discovering and installing AI agent skills from agentskill.sh. Search skills across platforms, browse trending skills, and install them with built-in security scanning.4233MIT- Alicense-qualityAmaintenanceEnables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.51MIT
- AlicenseAqualityCmaintenanceThis MCP server enables AI agents to search, discover, and install skills from the SkillsMP marketplace, with support for keyword and semantic search, skill content retrieval, and installation to various coding agents.51,4463MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to search, discover, and get recommendations from 20,000+ skills, tools, agents, rules, and MCP servers.5251MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhuyansen/agentskillshub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server