We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matiasngf/mcp-fetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•273 B
export { connectSocket, type ConnectParams } from './connect'
export { sendMessage, type SendParams } from './send'
export { receiveMessages, type ReceiveParams } from './receive'
export { listSockets } from './list'
export { closeSocket, type CloseParams } from './close'