Odel
Type Atlas

Type Atlas

Local
@tyler-mitchell2TypeScriptApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@type-atlas/mcpv1.0.0

Run

npx -y @type-atlas/mcp

MCP client config

{
  "mcpServers": {
    "type-atlas": {
      "command": "npx",
      "args": [
        "-y",
        "@type-atlas/mcp"
      ]
    }
  }
}