Timeout
Freeby MCP Community
Timeout wrapper for MCP tool handlers with AbortSignal propagation — powered by vurb.
v1.0.0Added Apr 12, 2026
mcptimeoutabortvurbmcp-server
Timeout MCP Server
Timeout wrapper for MCP tool handlers with AbortSignal propagation — powered by vurb.
Installation
npx -y @mcp-utils/timeout
Reviews
Installation
Quick install
npx -y @mcp-utils/timeout
Add to claude_desktop_config.json
{
"mcpServers": {
"timeout": {
"command": "npx",
"args": ["-y", "@mcp-utils/timeout"]
}
}
}