@relbase/mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@relbase/mcplist my diagrams"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@relbase/mcp
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/mcpOr globally:
npm install -g @relbase/mcpPackage page: https://www.npmjs.com/package/@relbase/mcp
Related MCP server: openEHR MCP Server
Environment variables
Variable | Description |
| Base API URL, defaulting to |
| 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 diagramsget_diagram— diagram by hash (including DBML)create_diagram— create a diagramupdate_diagram— update a diagramdelete_diagram— delete a diagramlist_projects— list of projects
Links
RelBase: https://relbase.ru
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Render, verify, describe, and safely edit Mermaid diagrams through MCP.
Collaborative whiteboard MCP server — create objects, connectors, C4 diagrams, and manage boards
List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceEnables interaction with the Onto platform through MCP, providing tools for managing realms, templates, entities, diagrams, and relations.-
- AlicenseNot gradedqualityDmaintenanceEnables MCP clients like Claude Desktop to interact with openEHR REST APIs (EHRbase) for creating compositions, managing EHRs, listing templates, and executing AQL queries.18MIT
- AlicenseCqualityDmaintenanceEnables to interact with Baasix Backend-as-a-Service operations including schema management, CRUD, filtering, authentication, and realtime subscriptions through MCP tools.5715MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with a local Mermaid diagram editor via MCP, allowing them to get and set diagrams programmatically.9,047,02212Apache 2.0