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