Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Openrelik

FreeNot checked

Model Context Protocol Server for OpenRelik

GitHubEmbed

About

Model Context Protocol Server for OpenRelik

README

  1. Create a new user, e.g. agent-smith (using admin.py)
  2. Create an API key for agent-smith (via logging in as the user and create one in the UI)
  3. Make sure to give agent-smith access to folders you want to expose
  4. Update docker-compose.yml
  openrelik-mcp-server:
    container_name: openrelik-mcp-server
    image: ghcr.io/openrelik/openrelik-mcp-server:latest
    restart: always
    ports:
      - 7070:7070
    environment:
      - OPENRELIK_API_URL=http://openrelik-server:8710
      - OPENRELIK_API_KEY=<OPENRELIK API KEY>
      - MCP_TRANSPORT=[http, sse, stdio]
      - MCP_HTTP_HOST=127.0.0.1
      - MCP_HTTP_PORT=7070

from github.com/openrelik/openrelik-mcp-server

Installing Openrelik

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/openrelik/openrelik-mcp-server

FAQ

Is Openrelik MCP free?

Yes, Openrelik MCP is free — one-click install via Unyly at no cost.

Does Openrelik need an API key?

No, Openrelik runs without API keys or environment variables.

Is Openrelik hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Openrelik in Claude Desktop, Claude Code or Cursor?

Open Openrelik on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Openrelik with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs