mcpbeat Sign in

gadak MCP Server

by midagedev Your server? Claim it
local only

gadak runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Ask a local SQLite mirror of your Jira and Confluence: SQL, full-text search, issue detail.

Installs / week
not published
41
Stars
0 open issues
18 Sep 2026
Last commit
from GitHub
Apache-2.0
License
Go

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.

            dest = filepath.Join(out, filename)
    execFile(bin, ["profiles", "--json"], { maxBuffer: 1024 * 1024 }, (err, stdout) => {
    r = subprocess.run([GADAK] + (["--profile", PROFILE] if PROFILE else []) + args,
Executes code built at runtime tools/cjk-cell-fit.mjs:552
      eval(fn)
n="$(sqlite3 examples/demo.db "select count(*) from issues")"
[[ "$n" =~ ^[0-9]+$ ]] || fail "sqlite3 did not return a count (got ${n@Q})"

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

Alternatives to gadak

same job, measured the same way
IT Glue MCP
by servosity

Every IT Glue resource, plus an offline SQLite mirror, fleet-wide cross-resource search, and

local only
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Rootly MCP
by servosity

Every Rootly incident, alert, and on-call object as a typed command - plus a local SQLite mirror

local only
SuperOps MCP
by servosity

Every SuperOps PSA+RMM entity in your terminal, plus a local SQLite mirror that answers

local only
Saga MCP
by spranab

Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard

247 installs/wk local only
Syncro MCP
by servosity

Every Syncro PSA and RMM workflow in your terminal, plus a local database, offline search, and

local only
Mi Fitness Data Bridge
by shkyyy18

Local-first bridge: export your own Mi Fitness (Xiaomi) health data to SQLite/JSON/CSV and MCP.

local only
Autotask MCP
by servosity

Every Autotask entity at the command line, plus a local SQLite mirror that answers ticket-aging

local only

gadak — questions

Answers built from our own checks of this server.

Why is there no uptime for gadak?
gadak runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is gadak open source?
Yes — it is published under the Apache-2.0 licence, written in Go and 41 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.