We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm install && pnpm build:libs && pnpm build:docsnippets && pnpm build:testapps",
"build:libs": "pnpm build:core && pnpm build:genkit && pnpm build:noncore ",
"build:core": "pnpm -r --workspace-concurrency 1 -F core -F ai -F flow build",
"build:genkit": "pnpm -F genkit build",
"build:noncore": "pnpm -r --workspace-concurrency -1 -F \"./plugins/**\" build",
"build:testapps": "pnpm -r --workspace-concurrency -1 -F \"./testapps/**\" build",
"build:docsnippets": "cd doc-snippets && pnpm install && pnpm build",
"pack:all": "(mkdir ../dist || true) && npm-run-all pack:core pack:ai pack:genkit pack:plugins",
"pack:core": "cd core && pnpm pack --pack-destination ../../dist",
"pack:ai": "cd ai && pnpm pack --pack-destination ../../dist",
"pack:genkit": "cd genkit && pnpm pack --pack-destination ../../dist",
"pack:plugins": "for i in plugins/*/; do cd $i && pnpm pack --pack-destination ../../../dist && cd ../..; done",
"test:all": "pnpm -r --workspace-concurrency -1 -F \"./(ai|core|plugins|genkit)/**\" test && pnpm test:esm",
"test:esm": "cd testapps/esm && pnpm test",
"gendocs": "pnpm build && pnpm typedoc",
"typedoc-html": "typedoc --sortEntryPoints false --options typedoc.json"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"only-allow": "^1.2.1",
"tsx": "^4.20.3",
"typedoc": "^0.27.9",
"typedoc-github-theme": "^0.2.1",
"typedoc-plugin-markdown": "^4.6.4",
"typedoc-plugin-zod": "^1.4.2",
"typescript": "^4.9.5"
},
"pnpm": {
"overrides": {
"cross-spawn": "^7.0.5"
},
"onlyBuiltDependencies": [
"@firebase/util",
"esbuild",
"protobufjs",
"re2",
"sharp"
]
},
"packageManager": "pnpm@10.26.0+sha512.3b3f6c725ebe712506c0ab1ad4133cf86b1f4b687effce62a9b38b4d72e3954242e643190fc51fa1642949c735f403debd44f5cb0edd657abe63a8b6a7e1e402"
}