Skip to main content
Glama

Type Atlas

Type Atlas gives coding agents editor-grade TypeScript, Markdown, and JSON navigation through the Model Context Protocol. It runs locally over stdio and uses the TypeScript project selected for each file, so definitions, references, diagnostics, code actions, and source ranges reflect the repository an agent is actually changing.

Install

Type Atlas requires Node.js 22.20 or newer. No global package installation is required.

Codex

codex mcp add type-atlas -- npx --yes @type-atlas/mcp@latest

Claude Code

claude mcp add --scope user type-atlas -- npx --yes @type-atlas/mcp@latest

VS Code

code --add-mcp '{"name":"type-atlas","command":"npx","args":["--yes","@type-atlas/mcp@latest"]}'

Other MCP clients

{
  "mcpServers": {
    "type-atlas": {
      "command": "npx",
      "args": ["--yes", "@type-atlas/mcp@latest"]
    }
  }
}

Native Windows

Clients that cannot launch the npx.cmd shim directly should invoke it through cmd:

codex mcp add type-atlas -- cmd /c npx --yes @type-atlas/mcp@latest
claude mcp add --scope user type-atlas -- cmd /c npx --yes @type-atlas/mcp@latest

For JSON configuration, use "command": "cmd" and "args": ["/c", "npx", "--yes", "@type-atlas/mcp@latest"].

Restart the MCP server after changing its configuration. Configurations using @latest start the current npm release; pin an exact version when reproducible tool behavior is more important than automatic upgrades.

Related MCP server: agent-workspace-mcp

What agents can do

Type Atlas exposes focused tools for:

  • folded and ranged reads across source, Markdown, and JSON files;

  • document and workspace symbol navigation;

  • definitions, implementations, references, callers, callees, hovers, and signature help;

  • diagnostics, code actions, formatting, imports, symbol renames, and file renames as reviewable patches;

  • package export and dependency-source exploration;

  • bounded workspace structure and behavior-oriented code retrieval.

Token-expanding detail remains opt-in where practical, and tool responses use workspace-relative paths so their locations can be applied directly.

Packages

Development

pnpm install
pnpm check
pnpm check:distribution

See CONTRIBUTING.md for the change and release process.

License

Apache-2.0

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
6Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Exposes TypeScript Language Server Protocol functionality to AI agents, enabling them to query types at specific positions, find definitions and references, get diagnostics, run type tests, and type-check inline code just like in an IDE.
    Last updated
    9
    62
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A TypeScript-aware MCP server that provides coding agents with repository discovery, code intelligence, and web project context for local codebases. It enables deep symbol navigation, diagnostic reporting, and structural analysis of monorepos without requiring full IDE integration.
    Last updated
    7
    20
    1
    MIT
  • A
    license
    -
    quality
    F
    maintenance
    Bridges the Model Context Protocol with Language Server Protocol to provide AI agents with persistent access to code intelligence features including navigation, diagnostics, refactoring, and completion across 7+ programming languages.
    Last updated
    3,023
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI coding agents to interact with TypeScript projects through compiler-level code intelligence, providing tools for navigation, type information, diagnostics, refactoring, and semantic search.
    Last updated
    359
    3
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tyler-mitchell/type-atlas'

If you have feedback or need assistance with the MCP directory API, please join our Discord server