← Index

io.github.Vedant2254/aishelf-mcp-server

io.github.Vedant2254/aishelf-mcp-server·v1.0.3·Other
Quality Score
84
/100

MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "aishelf-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aishelf/mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "aishelf-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aishelf/mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<your-your_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @aishelf/mcp-server
§02  Environment variables
YOUR_API_KEY
requiredsecret

Your API key for the service

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other