Type Atlas MCP Server

Type Atlas is what I have all my code agents use across all of my TypeScript projects for all code navigation needs. Most of those projects are monorepos. Some are large and complex enough that understanding how a change fits into the rest of the system is a real part of the work. This tool was designed as a complete replacement for an agent's default code navigation methodology.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #62 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Type Atlas

Claude Code

claude mcp add tyler-mitchell-type-atlas -- npx -y @type-atlas/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tyler-mitchell-type-atlas": {
      "command": "npx",
      "args": [
        "-y",
        "@type-atlas/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @type-atlas/mcp - the @type-atlas scope differs from the repo owner (tyler-mitchell); confirm it's the project's official package

registry namespace io.github.tyler-mitchell is GitHub-verified and matches the repo owner

03 · What Type Atlas can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 1 documented tool, including list_files.

The 1 tools it gives your agent

Extracted from the project's README - what Type Atlas lets an agent do.

list_files
- Structure, line counts, and git status in one tree, using the badge letters

Latest releases

@type-atlas/[email protected] · 2026-08-23

(patch) Added code-navigation registry metadata. · Published to · npm · { · "version": "0.6.3", · "targets": { · "npm": { · "status": "success", · "publishedAt": "2026-08-23T19:33:09.376Z", · "url": " · } · } · }…

@type-atlas/[email protected] · 2026-08-23

No changelog entries. · Published to · npm · { · "version": "0.6.3", · "targets": { · "npm": { · "status": "success", · "publishedAt": "2026-08-23T19:33:07.430Z", · "url": " · } · } · } · bumpy-metadata -->

@type-atlas/[email protected] · 2026-08-23

No changelog entries. · Published to · npm · { · "version": "0.6.3", · "targets": { · "npm": { · "status": "success", · "publishedAt": "2026-08-23T19:33:05.599Z", · "url": " · } · } · } · bumpy-metadata -->

04 · Who maintains Type Atlas

Type Atlas is maintained by tyler-mitchell. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
coding agent - ranked #62 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-23)
registry
io.github.tyler-mitchell/type-atlas (active, first published 2026-08-02 · 11 versions)
packages
npm:@type-atlas/mcp

06 · Type Atlas FAQ

What is Type Atlas?

Type Atlas is what I have all my code agents use across all of my TypeScript projects for all code navigation needs. Most of those projects are monorepos. Some are large and complex enough that understanding how a change fits into the rest of the system is a real part of the work. This tool was designed as a complete replacement for an agent's default code navigation methodology.

Is Type Atlas still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Type Atlas?

Run `npx -y @type-atlas/mcp`. You can also paste the ready-made client config above.

Does Type Atlas run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Type Atlas

More coding agent MCP servers · Rpg Encoder · Vynix · Val Town · Valv · Vap E

More TypeScript MCP servers · Testrail MCP Server · Dashclaw · Cursor Chat Bridge · Hilan MCP · Review Assist MCP · see all