We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yespark/metabase-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "metabase-mcp-mbql",
"version": "1.0.0",
"description": "Metabase MCP server with MBQL support for visual query editing",
"private": false,
"type": "module",
"bin": {
"metabase-mcp": "./build/index.js"
},
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yespark/metabase-mcp.git"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\" && mkdir -p dist && cp build/*.js dist/",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.25.2",
"axios": "^1.8.2"
},
"devDependencies": {
"@types/node": "^20.17.22",
"typescript": "^5.3.3"
},
"keywords": [
"metabase",
"mcp",
"mbql",
"model-context-protocol"
],
"license": "MIT"
}