Skip to main content
Glama
Jenkinsfile.fragment523 B
stage('Snapshot') { steps { sh ''' mcp-tools --workspace ai-projects snapshot --rel-path GardenKeeper --mlflow-uri "$MLFLOW_TRACKING_URI" --experiment homelab --run-name "$BUILD_TAG" --tag repo=GardenKeeper --tag stage=C1 --artifact-path repo_snapshot.json --json > snapshot.json ''' } post { always { archiveArtifacts artifacts: 'snapshot.json, repo_snapshot.json', fingerprint: true } } }

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/andrey-zhuravl/mcp-desktop-tools'

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