Odel
simple

simple

Local
@ormastes1RustUpdated 1w ago

Simple Language LSP-MCP bridge — definition, references, hover, symbols, and diagnostics

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@simple-lang/lsp-mcp-serverv0.9.8

Run

npx -y @simple-lang/lsp-mcp-server

MCP client config

{
  "mcpServers": {
    "simple": {
      "command": "npx",
      "args": [
        "-y",
        "@simple-lang/lsp-mcp-server"
      ]
    }
  }
}