Overview
The Model Context Protocol (MCP) is an open standard that enables Large Language Models (LLMs) to interact with external systems. RelytONE provides a local MCP server that runs on your machine, allowing AI assistants like Cursor and Claude to manage your RelytONE resources through natural language.Use with Caution: This MCP server grants LLMs direct access to manipulate your RelytONE resources, including creating, modifying, and deleting projects and databases. We strongly recommend NOT using it in production environments. Only use it in development or testing scenarios where accidental changes won’t impact critical systems.
Prerequisites
Before setting up the MCP server, ensure you have:-
Node.js version 18.0.0 or higher installed. Check your version with:
- RelytONE API Token: Generate an API key from the RelytONE console under Settings → API Keys. You’ll need this token for authentication.
Setup
The MCP server runs locally on your machine using npx.- Cursor
- Claude Code
Available Tools
All RelytONE APIs are exposed as MCP tools. The tool names follow the format<method>-<path>
, such as:
get-organizations
- List organizationsget-projects
- List projectspost-projects
- Create a projectget-projects-slug-databases
- List databases in a projectpost-projects-slug-databases
- Create a database