New:Socket for Asana Is Now Available.Learn more
Get Started

@type-atlas/mcp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@type-atlas/mcp

Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.

Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

@type-atlas/mcp

The Type Atlas MCP server gives coding agents editor-grade TypeScript, Markdown, and JSON intelligence over stdio.

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

Use @latest to receive new releases the next time the MCP process starts. Replace it with an exact published version when reproducible tool behavior is more important than automatic updates.

For Claude Code, VS Code, native Windows, and generic MCP client setup, see the Type Atlas installation guide.

Requires Node.js 22.20 or newer. The type-atlas executable writes MCP protocol messages to stdout and operational errors to stderr.

Navigation, diagnostics, code actions, and reads work with Node.js alone. The retrieval tools search_code, related_code, investigate_code, and search_dependency_code additionally require uv, which supplies the uvx command used to run the semantic index. Without it those four tools report that uvx is missing, and explore_symbol returns its language-server inspection without the related-code section.

Keywords

code-intelligence

FAQs

Package last updated on 11 Aug 2026

Related posts