Skip to main content
Glama

AgentCare

by Kartha-AI
AuthConfig.ts392 B
export interface AuthConfig { clientId: string; clientSecret: string; tokenHost: string; authorizePath: string; authorizationMethod: 'body' | 'header'; tokenPath: string; audience: string; callbackURL: string; scopes: string; callbackPort: number; } export interface Token { access_token: string; refresh_token: string; expires_at: Date; }

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/Kartha-AI/agentcare-mcp'

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