
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@aishelf/mcp-server
Advanced tools
Model Context Protocol server for AIShelf - provides AI models with access to workflows, rules, skills, and prompts from connected registries
Model Context Protocol server that provides AI models with access to workflows, rules, skills, and prompts from your connected AIShelf registries.
AIShelf is a platform for organizing and sharing AI workflows, rules, skills, and prompts. The MCP server allows AI assistants to access your AIShelf resources directly, and choose the right resources for the given task, enhancing their responses.
No installation required! The server runs via npx:
npx @aishelf/mcp-server
Add the AIShelf MCP server to your MCP client configuration:
{
"mcpServers": {
// ... other servers
"aishelf": {
"command": "npx",
"args": ["-y", "@aishelf/mcp-server"]
}
// ... other servers
}
}
The configuration file location varies by MCP client. Refer to your client's documentation for the specific configuration file path.
Once configured, your AI assistant will automatically have access to AIShelf resources. The AI will intelligently choose which resources to use based on your task.
Here are some ways to ask your AI assistant to use AIShelf:
Let AI Choose from AIShelf:
"Check AIShelf and help me write a blog post"
"Use AIShelf to review this code for security issues"
"Look in AIShelf for a workflow to fix these Dependabot vulnerabilities"
Apply Specific Resources:
"Use my Code Style Guide for this implementation"
"Follow my Blog Post Creation workflow"
"Apply my Security Rules to review this code"
Combine Resources:
"Use my AIShelf code style guide and security rules for this feature"
"Check AIShelf for writing guidelines and help me write documentation"
Browse Available Resources:
"What AIShelf resources do I have available?"
"Show me my workflows"
"List my coding rules and skills"
The AI assistant will:
Error: No registries connected
Solution:
Solution: The server scans resources on each request. If changes aren't appearing:
The MCP server reads from:
~/.aishelf/config.json (created by AIShelf extension)~/.aishelf/registries/ (your connected registries)The full license agreement is available at https://aishelf.dev/license.
Part of the AIShelf platform for organizing and sharing AI instructions.
Ready to enhance your AI assistant? Install the AIShelf extension and start using your AI resources today!
FAQs
Model Context Protocol server for AIShelf - provides AI models with access to workflows, rules, skills, and prompts from connected registries
The npm package @aishelf/mcp-server receives a total of 28 weekly downloads. As such, @aishelf/mcp-server popularity was classified as not popular.
We found that @aishelf/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.