Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Genkit MCP
Claim
Official
by
firebase
npm
GitHub
TypeScript
Apache 2.0
128
1,166
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
bin
docs
docs-go
genkit-tools
.github
go
.hooks
js
py
samples
scripts
tests
biome.json
captainhook.json
COMMIT_MESSAGE_TEMPLATE
CONTRIBUTING.md
.editorconfig
.gitignore
LICENSE
.npmrc
package.json
pnpm-lock.yaml
.prettierignore
.prettierrc.yaml
README.md
taplo.toml
{ "config": { "git-directory": ".git" }, "hooks": { "commit-msg": { "actions": [ { "run": ".hooks/conventional-commit-msg {$MESSAGE_FILE}" } ] }, "pre-commit": { "actions": [ { "run": ".hooks/no-commits-on-branches main" }, { "run": "CaptainHook::File.MaxSize", "config": { "allow-failure": true }, "options": { "max-size": "1M" } }, { "run": "CaptainHook::File.BlockSecrets", "options": { "presets": ["Aws", "GitHub", "Stripe", "Google"] } }, { "run": "pnpm i --frozen-lockfile" }, { "run": "py/bin/generate_schema_typing" }, { "run": "bin/fmt" }, { "run": "py/bin/run_python_tests" }, { "run": "uv run --directory py mkdocs build" }, { "run": "py/bin/build_dists" }, { "run": "bin/run_go_tests" } ] }, "pre-push": { "actions": [ { "run": "CaptainHook::Branch.PreventPushOfFixupAndSquashCommits", "options": { "branches-to-protect": ["main"] } }, { "run": "CaptainHook::Branch.EnsureNaming", "options": { "regex": "^main|[a-z_][0-9a-z_]+-(build|chore|ci|docs|feat|fix|perf|refactor|revert|release|style|test)-[a-z][0-9a-z_]+-?([A-Za-z0-9a_-])*$" } }, { "run": "pnpm i --frozen-lockfile" }, { "run": "py/bin/generate_schema_typing" }, { "run": "bin/fmt" }, { "run": "py/bin/run_python_tests" }, { "run": "uv run --directory py mkdocs build" }, { "run": "py/bin/build_dists" }, { "run": "bin/run_go_tests" }, { "run": ".hooks/commit-message-format-pre-push" } ] } } }