Skip to main content
Glama

BaaS-MCP

by mbaas-inc

@mbaas/baas-mcp

AIApp BaaS 인증 시스템 MCP 서버

소개

@mbaas/baas-mcp는 AIApp BaaS 인증 시스템과의 연동을 위한 표준 입출력 기반 MCP(Model Context Protocol) 서버입니다. 이 서버는 LLM(대형 언어 모델)이 AIApp BaaS 공식 문서에서 키워드 기반으로 관련 정보를 탐색하고, 프레임워크별 클라이언트 코드를 자동 생성할 수 있도록 다양한 MCP 도구를 제공합니다.

AIApp BaaS 개발자센터

BaaS 인증 API 가이드

설치

이 패키지는 Node.js 18+ 환경에서 동작합니다.

아래와 같이 설정하여 설치할 수 있습니다.

{ "mcpServers": { "baas-mcp": { "command": "npx", "args": ["-y", "@mbaas/baas-mcp@latest"] } } }

Project ID 설정 (권장)

{ "mcpServers": { "baas-mcp": { "command": "npx", "args": [ "-y", "@mbaas/baas-mcp@latest", "--project-id=your-actual-project-id" ] } } }

도구 목록

search-documents

  • 설명: AIApp BaaS 인증 시스템 문서를 키워드 배열로 검색합니다. API 문서, 구현 가이드, 보안 가이드, 예제 코드 등 모든 문서를 통합 검색합니다.
  • 파라미터:
    • keywords: string[] — 검색할 키워드 배열
    • category?: string — 카테고리 필터 (api|templates|security|examples|dev|frameworks|errors|config)
    • searchMode?: string — 검색 모드 (broad|balanced|precise)

get-document-by-id

  • 설명: 문서 ID로 특정 BaaS 인증 시스템 문서의 전체 내용을 조회합니다.
  • 파라미터:
    • id: number — 조회할 문서의 ID

get-project-config

  • 설명: 현재 MCP 서버에 설정된 프로젝트 ID를 확인합니다.
  • 파라미터: 없음

라이선스

MIT License

지원

  • 📧 Email: mbaas.tech@gmail.com
  • 🐛 버그 리포트: https://github.com/mbaas-inc/BaaS-MCP/issues
  • 📖 문서: https://docs.aiapp.link

Built with ❤️ by mBaaS Team

Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with AIApp BaaS authentication system through keyword-based document search and automatic generation of framework-specific client code. Supports React, Next.js, Vue, and Vanilla JS with TypeScript integration and automatic project ID injection.

  1. 소개
    1. 설치
      1. Project ID 설정 (권장)
    2. 도구 목록
      1. search-documents
      2. get-document-by-id
      3. get-project-config
    3. 라이선스
      1. 지원

        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