Skip to main content
Glama

Claude Code MCP Server

by steipete
test-helpers.ts380 B
import { existsSync } from 'node:fs'; import { join } from 'node:path'; export function verifyMockExists(binaryName: string): boolean { const mockPath = join('/tmp', 'claude-code-test-mock', binaryName); return existsSync(mockPath); } export async function ensureMockExists(mock: any): Promise<void> { if (!verifyMockExists('claudeMocked')) { await mock.setup(); } }

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/steipete/claude-code-mcp'

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