mcpbeat

Cortex RMCP MCP Server

ai.dinglebear/cortex
local only

Cortex RMCP runs on your own machine — the client starts it, so there is no endpoint to ping. 267 installs a week from npm. Last commit 5 Aug 2026.

Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.

Installs per day peak 228 · avg 8
a month agotoday
267
Installs / week
npm · @dinglebear/cortex
2
Stars
3 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cortex -- npx -y @dinglebear/cortex
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cortex": {
      "args": [
        "-y",
        "@dinglebear/cortex"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cortex]
command = "npx"
args = ["-y", "@dinglebear/cortex"]
.cursor/mcp.json
{
  "mcpServers": {
    "cortex": {
      "args": [
        "-y",
        "@dinglebear/cortex"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cortex": {
      "args": [
        "-y",
        "@dinglebear/cortex"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Cortex RMCP

same job, measured the same way
Ftp Ssh MCP
by chris221

Work with a remote host over FTP/FTPS/SFTP, SSH, and MySQL.

828 installs/wk local only
Code Index
by achreftlili

SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.

383 installs/wk local only
MCP Feed Reader
by crunchtools

RSS/Atom feed reader MCP server with SQLite backend

52 installs/wk local only
Withings MCP
by partymola

MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.

366 installs/wk local only
Fitbit MCP
by partymola

MCP server for the Fitbit Web API with OAuth PKCE, local SQLite cache, and trend analysis.

411 installs/wk local only
Whoop MCP
by ashwanthramkl

Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.

146 installs/wk local only
Memory Fts
by kurovu146

Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking

26 installs/wk local only
Dynoxide
by nubo-db

DynamoDB-compatible database engine in Rust on SQLite, with an MCP server for coding agents.

5 829 installs/wk local only

Cortex RMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cortex RMCP?
Cortex RMCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dinglebear/cortex was installed 267 times last week.
How do I connect Cortex RMCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dinglebear/cortex straight from npm; nothing to host, nothing to sign up for.
How many people use Cortex RMCP?
The npm package @dinglebear/cortex was installed 267 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cortex RMCP open source?
Yes — it is published under the MIT licence, written in Rust, 2 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.