claude.nagdy.me

Exempt a server from tool search deferral

Use alwaysLoad to keep a critical MCP server's tools loaded into context even when tool search is active.

json
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_TOKEN": "${GITHUB_TOKEN}"
      },
      "alwaysLoad": true
    }
  }
}
View Full Module