mcpbeat Sign in

Ontology Atlas MCP Server

local only

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

Read and write one codebase ontology kept as Markdown in the repository.

Installs / week
not published
131
Stars
0 open issues
15 Sep 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 19 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.

    const child = spawn(process.execPath, [CLI_ENTRYPOINT, ...args], {
Builds a database query by concatenation src/views/architecture/ui/ArchitectureSketch.tsx:1271
  const skipRoom = deepestSkip <= 1 ? 0 : SKIP_DROP + deepestSkip * SKIP_STEP;
    if let Ok(text) = std::fs::read_to_string(home.join(".npmrc")) {

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 Ontology Atlas

same job, measured the same way
livewiki
by eduardoabreu81

A repository wiki of Markdown pages anchored to real code: read, search, and verified writes.

152 installs/wk local only
GitResume
by gitresume

Validate, build, and publish the resume you keep as YAML in your own GitHub repository.

answering
Mirofy
by hasan-laraib

Ask a repository what depends on what. Every answer cites the file, line and commit it came from.

158 installs/wk local only
Clipboard
by cmeans

Read and write the system clipboard — tables, text, code, JSON, URLs, images, and more.

145 installs/wk local only
KukGit
by amithkukllod777

Read and write KukGit repositories, files, issues and pull requests from an AI assistant.

answering
Meeba Brain
by meemoprasad

Repository knowledge graph MCP server for codebase understanding and debugging.

5 tools answering
Weavatrix
by sergii-ziborov

Native Weavatrix MCP: 43 read-only repository tools across 24 code and configuration surfaces.

475 installs/wk local only
Paperswithcode
by pipeworx-io

Papers With Code MCP — browse ML research papers and their code repositories

35 tools answering

Ontology Atlas — questions

Answers built from our own checks of this server.

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