mcpbeat Sign in

Cartographer MCP Server

by beppetemp Your server? Claim it
local only

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

Governance MCP server for agent-maintained knowledge bases (OKF): git-backed writes, search, lint.

Installs / week
not published
23
Stars
4 open issues
17 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.

        if err := blocktext.Write(filepath.Join(baseDir, r.FilePath), begin, end, string(r.Content)); err != nil {
Touches key and credential files config.example.yaml:91
  ssh_key: /etc/kb-ssh/id_ed25519

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 Cartographer

same job, measured the same way
WinstonRedGuard MCP Server
by wrg-11

WinstonRedGuard monorepo bridge for MCP agents: governance, pipelines, memory, OSINT tools.

9 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only
Inforcer
by wyre-technology

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

local only
Inforcer
by wyre-ai

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

local only
duke-book
by githubdujianfeng

Manage Duke Bookmark notes, categories, and plan-enabled knowledge search over MCP.

27 installs/wk local only
Walmart
by markswendsen-code

MCP server for Walmart - search products, manage cart, track orders

36 installs/wk local only
RemembrallMCP
by cdnsteve

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

20 installs/wk local only
Meeba Brain
by meemoprasad

Repository knowledge graph MCP server for codebase understanding and debugging.

5 tools answering

Cartographer — questions

Answers built from our own checks of this server.

Why is there no uptime for Cartographer?
Cartographer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Cartographer open source?
Yes — it is published under the Apache-2.0 licence, written in Go, 23 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.