Skip to main content
Glama
Last-emo-boy

Rikune

by Last-emo-boy

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLUGINSNoControls which plugins are loaded. Use "*" for all built-ins, a comma-separated list for selected plugins, or "-dynamic" to exclude dynamic plugins. Example: PLUGINS=*
NODE_ENVNoNode.js environment mode, e.g. "production".production
API_ENABLEDNoWhether to enable the embedded HTTP API and dashboard. In MCP client configurations this is often set to "false" to disable the HTTP server (e.g. API_ENABLED=false).
RIKUNE_API_KEYNoAPI key used to authenticate to the HTTP API and dashboard. If not supplied, the installer generates a random 32-byte key. The local dashboard is accessible at http://127.0.0.1:18080/?key=<RIKUNE_API_KEY>.
PYTHONUNBUFFEREDNoEnsures Python subprocesses run unbuffered, useful for logging and worker output.1
RIKUNE_DATA_ROOTNoRoot directory for persistent data (samples, artifacts, uploads, SQLite database, logs). On WSL2, this must be on the Linux filesystem (e.g. ~/.rikune), not /mnt/c or other DrvFS paths.~/.rikune
API_PUBLIC_BASE_URLNoClient-reachable HTTPS base URL for remote analyzer or rikune-agent deployments (e.g. https://analyzer.example.com). Upload sessions then return public upload_url / status_url values instead of container-local localhost URLs.
RIKUNE_ANALYZER_PUBLIC_URLNoAlternative to API_PUBLIC_BASE_URL for setting the public analyzer URL.
RIKUNE_API_PUBLIC_BASE_URLNoAlternative to API_PUBLIC_BASE_URL for setting the public base URL of the Rikune API.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Last-emo-boy/rikune'

If you have feedback or need assistance with the MCP directory API, please join our Discord server