Skip to main content
Glama

Model Control Protocol Server (MCP)

by zueai
--- description: testing cli globs: cli.ts alwaysApply: false --- ## Testing the CLI locally You can test the CLI locally (from the root folder) using this command that changes to the tmp directory and runs the cli.ts in its parent folder. The tmp/ folder is gitignored, so we can clone repos in subdirectories of tmp/ ```bash cd tmp && bun ../cli.ts ``` or with options: ```bash cd tmp && bun ../cli.ts --name my-server ``` ```bash cd tmp && bun ../cli.ts --clone https://github.com/user/repo ```

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/zueai/create-mcp'

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