Skip to main content
Glama
positioning.ts150 B
export function calculateNextPosition(current: { x: number; y: number }): { x: number; y: number } { return { x: current.x + 200, y: current.y }; }

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/makafeli/n8n-workflow-builder'

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