Type Atlas for Cursor
io.github.tyler-mitchell/type-atlas
Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.
client:Cursor
transport:stdio
runtime:npm
Install Type Atlas in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"type-atlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@type-atlas/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs