mcpbeat Sign in

Gctrl MCP Server

by gctrl-tech Your server? Claim it
local only

Gctrl runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from npm. Last commit 17 Sep 2026.

Governed graph-native agent memory: knowledge extraction, fusion, hybrid RAG, scoped access tokens.

Installs per day peak 278 · avg 13 · -86% w/w
a month agotoday
83
Installs / week
npm · gctrl-mcp
7
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox services/api-rs/src/services/llm.rs:654
    if !std::path::Path::new("/.dockerenv").exists() {
    const filePath = path.join(config.uploadDir, filename);
      - /var/run/docker.sock:/var/run/docker.sock:ro

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

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 gctrl -- npx -y gctrl-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gctrl": {
      "args": [
        "-y",
        "gctrl-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gctrl]
command = "npx"
args = ["-y", "gctrl-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gctrl": {
      "args": [
        "-y",
        "gctrl-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gctrl": {
      "args": [
        "-y",
        "gctrl-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GCTRL_GATEWAY_URL (URL of your GCTRL harness MCP gateway, e.g. http://localhost:4000/api/agent/mcp (recommended mode)), GCTRL_API_URL (Direct GCTRL API base URL (alternative to gateway mode), e.g. http://localhost:4000/api), GCTRL_API_TOKEN (Scoped GCTRL Access Token (gctrl_…) created in Settings → Access Control). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gctrl

same job, measured the same way
NervaPack
by ramdhavepreetam

Offline codebase knowledge graph: 91% token reduction vs naive RAG, plus cross-session agent memory.

696 installs/wk local only
I
Nexo
by wazionapps

Cognitive memory for AI agents. Atkinson-Shiffrin, RAG, knowledge graph. 100+ tools.

892 installs/wk local only
Ckg MCP
by yarmoluk

97-domain knowledge graphs for AI agents — 4× F1 of RAG, 11× fewer tokens. MCP-native.

193 installs/wk local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

20 installs/wk local only
NVIDIA NemoClaw CKG
by yarmoluk

NVIDIA NemoClaw knowledge graph — 55 nodes, F1 0.576 (+269% vs RAG), 11x fewer tokens. MCP-native.

248 installs/wk 8 tools answering
Salesforce AgentForce CKG
by yarmoluk

Salesforce AgentForce knowledge graph — 40 nodes, Einstein Trust Layer, 11x fewer tokens than RAG.

212 installs/wk 10 tools answering
I
Engraphy
by devon-clarkk

Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.

local only
RAG Knowledge Graph MCP
by csoai-org

Rag Knowledge Graph MCP Server by MEOK AI Labs

202 installs/wk local only

Gctrl — questions

Answers built from our own checks of this server.

Why is there no uptime for Gctrl?
Gctrl 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 gctrl-mcp was installed 83 times last week.
How do I connect Gctrl?
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 gctrl-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gctrl?
The npm package gctrl-mcp was installed 83 times in the last week. Week over week that is -86%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gctrl open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.