Skip to content
VS Code

t32 lsp mcp server for VS Code

io.github.ormastes/t32-lsp-mcp-server

TRACE32 CMM LSP via MCP — parse, diagnostics, completions, hover, symbols

client:VS Code transport:stdio runtime:npm

Install t32 lsp mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "t32-lsp-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@simple-lang/t32-lsp-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

t32 lsp mcp server in other clients