We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ampcome-mcps/elasticsearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"jobs": [
{
"enabled": true,
"pipelineSlug": "mcp-server-elasticsearch",
"allow_org_users": true,
"allowed_repo_permissions": [
"admin",
"write"
],
"allowed_list": [],
"set_commit_status": true,
"commit_status_context": "buildkite/mcp-server-elasticsearch",
"build_on_commit": false,
"build_on_comment": true,
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
"skip_ci_labels": [
"skip-ci"
],
"skip_target_branches": [],
"always_require_ci_on_changed": []
}
]
}