MCP server with alwaysLoad
An MCP server config that skips tool-search deferral so its tools are always available in context.
{
"mcpServers": {
"critical-tools": {
"command": "npx",
"args": ["-y", "@company/mcp-core-tools"],
"alwaysLoad": true
}
}
}