Skip to content

Commit 04a9b2e

Browse files
bomly-guyclaude
andcommitted
chore(mcp): add glama.json indexing metadata
Glama clones the repo and indexes tools and schemas from it. glama.json controls the display name, description, and keywords it shows, instead of letting it infer them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 1f42cc3 commit 04a9b2e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

glama.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://glama.ai/mcp/schemas/server.json",
3+
"maintainers": [
4+
"bomly-guy"
5+
],
6+
"name": "bomly",
7+
"description": "Give your coding agent the dependency graph it is about to change. Scan a source tree, SBOM, Git ref, or container image; explain why a package is present; diff two graphs; check findings against policy. Vulnerability and license lookups are opt-in per call.",
8+
"keywords": [
9+
"dependencies",
10+
"sbom",
11+
"cyclonedx",
12+
"spdx",
13+
"supply-chain-security",
14+
"vulnerability-scanning",
15+
"sca",
16+
"policy",
17+
"devsecops",
18+
"local-first"
19+
]
20+
}

0 commit comments

Comments
 (0)