We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/divvi-xyz/divvi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
example.ts•173 B
// This is an example of a script using shelljs
// to replace bash/shell scripts
import * as $ from 'shelljs'
$.config.fatal = true
$.echo('Hello World!')
$.exec('ls -l')