Editor-grade TypeScript, Markdown, and JSON code intelligence for coding agents over MCP.
claude mcp add type-atlas -- npx -y --yes{
"mcpServers": {
"type-atlas": {
"command": "npx",
"args": ["-y", "--yes"]
}
}
}Resumen de MCP Servers
# 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
```sh
codex mcp add type-atlas -- npx --yes @type-atlas/mcp@latest
```
### Claude Code
```sh
claude mcp add --scope user type-atlas -- npx --yes @type-atlas/mcp@latest
```
### VS Code
```sh
code --add-mcp '{"name":"type-atlas","command":"npx","args":["--yes","@type-atlas/mcp@latest"]}'
```
### Other MCP clients
```json
{
"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`:
```powershell
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.
## 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/mcp`](packages/mcp) is the installable MCP server.
- [`@type-atlas/core`](packages/core) is the headless code-intelligence API.
- [`@type-atlas/language-server`](packages/language-server) is the Volar-based
language server used by the core package.
## Development
```sh
pnpm install
pnpm check
pnpm check:distribution
```
See [CONTRIBUTING.md](CONTRIBUTING.md) for the change and release process.
## License
Apache-2.0
Lo que la gente pregunta sobre type-atlas
¿Qué es tyler-mitchell/type-atlas?
+
tyler-mitchell/type-atlas es mcp servers para el ecosistema de Claude AI. Editor-grade TypeScript, Markdown, and JSON code intelligence for coding agents over MCP. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala type-atlas?
+
Puedes instalar type-atlas clonando el repositorio (https://github.com/tyler-mitchell/type-atlas) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar tyler-mitchell/type-atlas?
+
tyler-mitchell/type-atlas aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene tyler-mitchell/type-atlas?
+
tyler-mitchell/type-atlas es mantenido por tyler-mitchell. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a type-atlas?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega type-atlas en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/tyler-mitchell-type-atlas)<a href="https://claudewave.com/repo/tyler-mitchell-type-atlas"><img src="https://claudewave.com/api/badge/tyler-mitchell-type-atlas" alt="Featured on ClaudeWave: tyler-mitchell/type-atlas" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!