aishelf mcp server for Windsurf
io.github.vedant2254/aishelf-mcp-server
MCP server for AIShelf - allows AI model to choose workflows, rules, skills, and prompts for a task
client:Windsurf
transport:stdio
runtime:npm
Install aishelf mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"aishelf-mcp-server": {
"command": "npx",
"args": [
"-y",
"@aishelf/mcp-server"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs