@agentver/mcp-server
v0.1.3
Published
MCP server for Agentver — discover, install, and manage agent skills from AI coding assistants
Maintainers
Readme
@agentver/mcp-server
MCP server for Agentver — discover, install, and manage agent skills from AI coding assistants via the Model Context Protocol.
Install
# npm
npm install -g @agentver/mcp-server
# bun
bun install -g @agentver/mcp-server
# pnpm
pnpm add -g @agentver/mcp-server
# or run directly without installing
npx @agentver/mcp-server
bunx @agentver/mcp-serverUsage
Start the MCP server:
agentver-mcpClaude Desktop configuration
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"agentver": {
"command": "agentver-mcp"
}
}
}Claude Code configuration
claude mcp add agentver agentver-mcpWhat it provides
The MCP server exposes Agentver's skill registry to any MCP-compatible AI assistant, enabling:
- Skill discovery — search and browse available skills
- Skill installation — install skills directly from your assistant
- Status checks — view installed skills and pending updates
- Security scanning — audit skills for known vulnerability patterns
Requirements
- Node.js >= 20
Related
- @agentver/cli — command-line interface
- Agentver — full platform repository
- agentver.com — project website
Licence
MIT
