Skip to main content
Glama
connection.ts326 B
export interface Connection { id: number; user_id: string; provider: string; access_token: string; refresh_token: string | null; expires_at: string | null; created_at: string; updated_at: string; } export type ConnectionUpsertInput = Omit<Connection, 'id' | 'created_at' | 'updated_at'> & { id?: number; };

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/CrBatista/mcp-cli-github-integration'

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