Skip to main content
Glama

DevOps AI Toolkit

by vfarcic
Taskfile.yml•707 B
version: "3" tasks: create: desc: Create a new mcp server definition cmd: go run ./cmd/create {{.CLI_ARGS}} build: desc: Build a server image cmd: go run ./cmd/build {{.CLI_ARGS}} catalog: desc: Generate a test catalog cmd: go run ./cmd/catalog {{.CLI_ARGS}} wizard: desc: Run the wizard cmd: go run ./cmd/wizard {{.CLI_ARGS}} validate: desc: Validate a server cmd: go run ./cmd/validate {{.CLI_ARGS}} import: desc: Import a server into the registry cmd: docker mcp catalog import ./catalogs/{{.CLI_ARGS}}/catalog.yaml reset: desc: Reset the catalog cmds: - docker mcp catalog reset - docker mcp catalog init

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/vfarcic/dot-ai'

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