@iamramo/zanat-mcp
v0.21.11
Published
MCP server for zanat - a skill hub for AI agents
Downloads
1,402
Maintainers
Readme
@iamramo/zanat-mcp
MCP (Model Context Protocol) server for Zanat, a skill hub for AI agents.
Allows agents to search, add, update, and remove skills programmatically without leaving the conversation.
Usage
Add it to your agent's MCP config:
{
"mcpServers": {
"zanat": {
"command": "npx",
"args": ["@iamramo/zanat-mcp"]
}
}
}Requires Node.js v22+, Git, and a configured Zanat hub (zanat init).
Tools
| Tool | Description |
| --------------- | ------------------------------------------------ |
| search_skills | Search for skills in the hub by name or content |
| list_skills | List added skills with version and pin status |
| get_skill | Get the full content of a skill |
| add_skill | Add a skill, optionally pinned to a tag or SHA |
| update_skill | Update one or all non-pinned skills from the hub |
| remove_skill | Remove an added skill |
License
MIT
