Skip to main content
Glama
mcp.go241 B
package cmd import ( "github.com/spf13/cobra" ) func NewMcpCommand() *cobra.Command { cmd := &cobra.Command{ Use: "mcp", Short: "Manage MCP configuration operations", } cmd.AddCommand( NewMcpExportCommand(), ) return cmd }

Latest Blog Posts

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/babelcloud/gru-sandbox'

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