Skip to main content
Glama

github-manager MCP Server

import { vi } from 'vitest'; import type { GitHubCollaborator } from '../../../src/types.js'; // Common Test Responses export const mockCollaboratorResponses = { add: { data: { status: 'active', invitation_url: 'https://github.com/orgs/test-org/invitation', permissions: { pull: true, push: true, admin: false } } as GitHubCollaborator } }; // Mock Octokit Collaborator Methods export const createMockCollaboratorMethods = () => ({ addCollaborator: vi.fn() });

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/wheelhousedev/github-mcp'

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