Skip to main content
Glama

mcp-server-circleci

Official
getWorkflowIdFromURL.ts268 B
export function getWorkflowIdFromURL(url: string): string | undefined { // Matches both: // - .../workflows/:workflowId // - .../workflows/:workflowId/jobs/:buildNumber const match = url.match(/\/workflows\/([\w-]+)/); return match ? match[1] : undefined; }

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/CircleCI-Public/mcp-server-circleci'

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