Catalog
io.github.Vedant2254/aishelf-mcp-server
OfficialMCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task
Enables AI models to select and configure workflows, rules, skills, and prompts.
README not available yet.
Install
Configuration
Environment variables
YOUR_API_KEYrequiredsecretYour API key for the service
claude_desktop_config.json
{
"mcpServers": {
"aishelf-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aishelf/mcp-server@1.0.3"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
}
}
}
}