Skip to main content
Glama

@relbase/mcp

npm version npm downloads license

MCP server RelBase for Cursor and other MCP clients.

npm package: @relbase/mcp

Runs locally via stdio and accesses the RelBase REST API with your PRO API token.

Installation

You don't have to install the package separately — Cursor will pull it via npx:

npx -y @relbase/mcp

Or globally:

npm install -g @relbase/mcp

Package page: https://www.npmjs.com/package/@relbase/mcp

Related MCP server: openEHR MCP Server

Environment variables

Variable

Description

RELBASE_API_URL

Base API URL, defaulting to https://relbase.ru

RELBASE_API_TOKEN

Token from RelBase → API and MCP (required)

Cursor config

~/.cursor/mcp.json or the project's MCP settings:

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

The token is created in your RelBase personal account (PRO plan).

Tools

  • list_diagrams — list of diagrams

  • get_diagram — diagram by hash (including DBML)

  • create_diagram — create a diagram

  • update_diagram — update a diagram

  • delete_diagram — delete a diagram

  • list_projects — list of projects

License

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