Skip to main content
Glama

Curupira

by drzln
index.ts586 B
/** * @fileoverview CLI commands exports */ // Export command types export type { InitCommandOptions } from './init.js' export type { ValidateCommandOptions } from './validate.js' export type { DevCommandOptions } from './dev.js' export type { StartCommandOptions } from './start.js' export type { DebugCommandOptions } from './debug.js' // Export command implementations export { InitCommand } from './init.js' export { ValidateCommand } from './validate.js' export { DevCommand } from './dev.js' export { StartCommand } from './start.js' export { DebugCommand } from './debug.js'

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/drzln/curupira'

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