Skip to main content
Glama

BaaS-MCP

by mbaas-inc
package.json1.55 kB
{ "name": "@mbaas/baas-mcp", "version": "2.4.1", "description": "AIApp BaaS 인증 시스템 MCP 서버 - AI 기반 문서 검색 및 코드 자동 생성", "type": "module", "main": "dist/server.js", "bin": { "baas-mcp": "dist/server.js" }, "files": [ "dist", "docs", "llms.txt", "README.md" ], "scripts": { "build": "tsc", "dev": "tsx src/server.ts", "start": "node dist/server.js", "typecheck": "tsc --noEmit", "clean": "rm -rf dist", "prepublishOnly": "npm run clean && npm run build", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui" }, "keywords": [ "mcp", "modelcontextprotocol", "mbaas", "aiapp", "api" ], "author": { "name": "jjunmomo", "email": "jjunmo@mbaas.kr" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "mdast-util-to-string": "^4.0.0", "remark-parse": "^11.0.0", "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "zod": "^3.25.76" }, "devDependencies": { "@types/node": "^22.15.0", "@vitest/ui": "^3.2.4", "tsx": "^4.19.0", "typescript": "^5.6.3", "vitest": "^3.2.4" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/mbaas-inc/BaaS-MCP.git" }, "homepage": "https://www.mbaas.kr", "bugs": { "url": "https://github.com/mbaas-inc/BaaS-MCP/issues" }, "funding": { "type": "github", "url": "https://github.com/mbaas-inc" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mbaas-inc/BaaS-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server