← Index

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

io.github.ormastes/t32-lsp-mcp-server·v0.9.8·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "t32-lsp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@simple-lang/t32-lsp-mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "t32-lsp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@simple-lang/t32-lsp-mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @simple-lang/t32-lsp-mcp-server
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other