Skip to main content
Glama

Cloudflare Remote PostgreSQL Database MCP Server

auth.fixtures.ts1.09 kB
import type { Props } from '../../src/types' export const mockProps: Props = { login: 'testuser', name: 'Test User', email: 'test@example.com', accessToken: 'test-access-token', } export const mockPrivilegedProps: Props = { login: 'coleam00', name: 'Cole Medin', email: 'cole@example.com', accessToken: 'privileged-access-token', } export const mockGitHubUser = { data: { login: 'testuser', name: 'Test User', email: 'test@example.com', id: 12345, avatar_url: 'https://github.com/images/avatar.png', }, } export const mockAuthRequest = { clientId: 'test-client-id', redirectUri: 'http://localhost:3000/callback', scope: 'read:user', state: 'test-state', codeChallenge: 'test-challenge', codeChallengeMethod: 'S256', } export const mockClientInfo = { id: 'test-client-id', name: 'Test Client', description: 'A test OAuth client', logoUrl: 'https://example.com/logo.png', } export const mockAccessToken = 'github-access-token-123' export const mockAuthorizationCode = 'auth-code-456' export const mockState = 'oauth-state-789'

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/technophile-04/sre-mcp'

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