claude.nagdy.me

MCP server with alwaysLoad

An MCP server config that skips tool-search deferral so its tools are always available in context.

json
{
  "mcpServers": {
    "critical-tools": {
      "command": "npx",
      "args": ["-y", "@company/mcp-core-tools"],
      "alwaysLoad": true
    }
  }
}
View Full Module