Skip to content

aishelf mcp server for Zed

io.github.vedant2254/aishelf-mcp-server

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

client:Zed transport:stdio runtime:npm

Install aishelf mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

aishelf mcp server in other clients