openrelik/openrelik-mcp-server
3.1
If you are the rightful owner of openrelik-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Experimental MCP server for OpenRelik is designed to facilitate seamless communication and data exchange between different model context protocols, enhancing the capabilities of LLM and MCP technologies.
MCP server for OpenRelik
- Create a new user, e.g.
agent-smith
(using admin.py) - Create an API key for
agent-smith
(via logging in as the user and create one in the UI) - Make sure to give
agent-smith
access to folders you want to expose - 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