Cortex RMCP
About
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CORTEX_HOME CORTEX_TOKEN CORTEX_API_TOKEN CORTEX_RMCP_VERSION CORTEX_RMCP_REPO CORTEX_RMCP_RELEASE_BASE_URL RUST_LOGClaude Code
claude mcp add --env CORTEX_HOME= --env CORTEX_TOKEN= --env CORTEX_API_TOKEN= --env CORTEX_RMCP_VERSION= --env CORTEX_RMCP_REPO= --env CORTEX_RMCP_RELEASE_BASE_URL= --env RUST_LOG= cortex-rmcp -- npx cortex-rmcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cortex-rmcp","command":"npx","args":["cortex-rmcp"],"env":{"CORTEX_HOME":"","CORTEX_TOKEN":"","CORTEX_API_TOKEN":"","CORTEX_RMCP_VERSION":"","CORTEX_RMCP_REPO":"","CORTEX_RMCP_RELEASE_BASE_URL":"","RUST_LOG":""}}'
JSON
{
"mcpServers": {
"cortex-rmcp": {
"command": "npx",
"args": [
"cortex-rmcp"
],
"env": {
"CORTEX_HOME": "",
"CORTEX_TOKEN": "",
"CORTEX_API_TOKEN": "",
"CORTEX_RMCP_VERSION": "",
"CORTEX_RMCP_REPO": "",
"CORTEX_RMCP_RELEASE_BASE_URL": "",
"RUST_LOG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.