Skip to main content
Glama

Linked API MCP

by Linked-API
define-request-timeout.ts360 B
export function defineRequestTimeoutInSeconds(mcpClient: string): number { const bigTimeout = 600; console.error('mcpClient', mcpClient); switch (mcpClient) { case 'claude': return 180; case 'chatgpt': return 50; case 'cursor': case 'vscode': case 'windsurf': return bigTimeout; default: return 60; } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Linked-API/linkedapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server