type-atlas
Provides folded and ranged reads, workspace structure, and navigation for Markdown files, enabling efficient exploration of documentation and content.
Provides comprehensive TypeScript language intelligence, including definitions, references, diagnostics, code actions, formatting, imports, symbol renames, file renames, and package dependency exploration, enabling agents to navigate and edit TypeScript projects effectively.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@type-atlasfind references to parseJson in src/parser.ts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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@latestClaude Code
claude mcp add --scope user type-atlas -- npx --yes @type-atlas/mcp@latestVS 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@latestFor 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
@type-atlas/mcpis the installable MCP server.@type-atlas/coreis the headless code-intelligence API.@type-atlas/language-serveris the Volar-based language server used by the core package.
Development
pnpm install
pnpm check
pnpm check:distributionSee CONTRIBUTING.md for the change and release process.
License
Apache-2.0
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceExposes 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 updated9623MIT
- AlicenseAqualityDmaintenanceA 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 updated7201MIT
- Alicense-qualityFmaintenanceBridges 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 updated3,023MIT
- Alicense-qualityDmaintenanceEnables 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 updated3593Apache 2.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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