mcpbeat Sign in

Kindex MCP Server

local only

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

Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.

Installs / week
not published
31
Stars
0 open issues
17 Sep 2026
Last commit
from GitHub
MIT
License
Python

What changed 5

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 September 2026. No other catalogue keeps this.

13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call ingest.repo → src/kindex/adapters/github.py:46, ingest.repo → src/kindex/adapters/github.py:102
    result = subprocess.run(cmd, capture_output=True, text=True, timeout=30)
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.

    returncode, stdout, stderr = _run_process(command, shell=True, timeout=timeout)
Sends data to a third-party sink src/kindex/notify.py:255
        url = f"https://api.telegram.org/bot{token}/sendMessage"

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Alternatives to Kindex

same job, measured the same way
Kindex
by wandercom

Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.

1 685 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
I
State Memory MCP
by putervision

Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.

11 515 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only
N
Todoist
by todoist

Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.

answering

Kindex — questions

Answers built from our own checks of this server.

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