Skip to main content
Glama

@relbase/mcp

npm version npm downloads license

Cursor 및 기타 MCP 클라이언트를 위한 RelBase MCP 서버입니다.

npm 패키지: @relbase/mcp

stdio를 통해 로컬에서 실행되며, 사용자의 PRO API 토큰으로 RelBase REST API에 접근합니다.

설치

패키지를 별도로 설치할 필요는 없습니다. Cursor가 npx를 통해 자동으로 가져옵니다:

npx -y @relbase/mcp

또는 전역으로 설치:

npm install -g @relbase/mcp

패키지 페이지: https://www.npmjs.com/package/@relbase/mcp

Related MCP server: openEHR MCP Server

환경 변수

변수

설명

RELBASE_API_URL

기본 API URL (기본값 https://relbase.ru)

RELBASE_API_TOKEN

RelBase → API 및 MCP에서 발급된 토큰 (필수)

Cursor 설정

~/.cursor/mcp.json 또는 프로젝트의 MCP 설정:

{
  "mcpServers": {
    "relbase": {
      "command": "npx",
      "args": ["-y", "@relbase/mcp"],
      "env": {
        "RELBASE_API_URL": "https://relbase.ru",
        "RELBASE_API_TOKEN": "1|rb_..."
      }
    }
  }
}

토큰은 RelBase 개인 계정(PRO 요금제)에서 생성됩니다.

도구

  • list_diagrams — 다이어그램 목록

  • get_diagram — hash 기준 다이어그램 (DBML 포함)

  • create_diagram — 다이어그램 생성

  • update_diagram — 다이어그램 업데이트

  • delete_diagram — 다이어그램 삭제

  • list_projects — 프로젝트 목록

링크

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.

  • MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

  • Search, document and execute authenticated API calls across 700+ apps via one MCP server

View all MCP Connectors

Latest Blog Posts

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/evgeny-tc/relbase-mcp'

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