io.github.Vedant2254/aishelf-mcp-server✓
io.github.Vedant2254/aishelf-mcp-server · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Vedant2254/aishelf-mcp-server",
"description": "MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task",
"repository": {
"url": "https://github.com/Vedant2254/aishelf-ide-extension",
"source": "github",
"subfolder": "mcp-server"
},
"version": "1.0.3",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}