Skip to content
Cursor

aishelf mcp server for Cursor

io.github.vedant2254/aishelf-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install aishelf mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "aishelf-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aishelf/mcp-server"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aishelf mcp server in other clients