Type Atlas for VS Code
io.github.tyler-mitchell/type-atlas
Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.
client:VS Code
transport:stdio
runtime:npm
Install Type Atlas in VS Code
.vscode/mcp.json
{
"servers": {
"type-atlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@type-atlas/mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs