@relbase/mcp
Click on "Install 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 installed
Maintenance
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
- 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
- AlicenseNot gradedqualityDmaintenanceEnables to interact with Baasix Backend-as-a-Service operations including schema management, CRUD, filtering, authentication, and realtime subscriptions through MCP tools.8MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with a local Mermaid diagram editor via MCP, allowing them to get and set diagrams programmatically.11,762,51712Apache 2.0
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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