Simple
Rank #2,236io.github.ormastes/t32-lsp-mcp-server
TRACE32 CMM LSP via MCP — parse, diagnostics, completions, hover, symbols
Simple is a Model Context Protocol (MCP) server published by ormastes. It ranks #2,236 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Simple is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 28, 2026 and most recently updated on Apr 29, 2026.
Ranks ahead of 113,224 of 115,460 servers on MCP Toplist.
Use Simple
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add t32-lsp-mcp-server -- npx -y @simple-lang/t32-lsp-mcp-server[mcp_servers.t32-lsp-mcp-server]
command = "npx"
args = ["-y", "@simple-lang/t32-lsp-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"t32-lsp-mcp-server": {
"command": "npx",
"args": [
"-y",
"@simple-lang/t32-lsp-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"t32-lsp-mcp-server": {
"command": "npx",
"args": [
"-y",
"@simple-lang/t32-lsp-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"t32-lsp-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@simple-lang/t32-lsp-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"t32-lsp-mcp-server": {
"command": "npx",
"args": [
"-y",
"@simple-lang/t32-lsp-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"t32-lsp-mcp-server": {
"command": "npx",
"args": [
"-y",
"@simple-lang/t32-lsp-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ormastes%2Ft32-lsp-mcp-server)<a href="https://mcptoplist.com/server/io.github.ormastes%2Ft32-lsp-mcp-server"><img src="https://mcptoplist.com/badge/io.github.ormastes%2Ft32-lsp-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ormastes
Available versions (2)
| Version | Published |
|---|---|
| 0.9.8 | Apr 29, 2026 |
| 0.9.6 | Apr 23, 2026 |
Frequently asked questions
- Who maintains Simple?
- Simple is maintained by ormastes, which publishes 5 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Simple listed on the Official MCP Registry?
- Yes — Simple is listed on the Official MCP Registry.
- How many versions does Simple have?
- MCP Toplist tracks 2 versions of Simple, most recently published on Apr 29, 2026.
- Where can I find the source code for Simple?
- The source code for Simple is hosted at github.com/ormastes/simple.