MCP Server
MCP
io.github.Vedant2254/aishelf-mcp-server
MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task
Install
npx -y @aishelf/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@aishelf/mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUR_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment