Simple Language LSP-MCP bridge β definition, references, hover, symbols, and diagnostics
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Simple is a self-hosted language and toolchain that combines a readable Python-like surface with compiler-integrated testing, documentation, architecture rules, and baremetal-oriented execution paths.
The repo is unusually broad: language, compiler, interpreter, loader, test runner, doc generation, traceability tooling, SDN-backed project databases, editor tooling, and hardware-oriented test flows all live together.
Quick Navigation: Distinctive Features | Feature Status | Quick Start | Language Basics | Examples | Editor Plugins | Documentation
m{}, loss{}, and nograd{} are implemented syntax with parsing, evaluation, five rendering backends (text, debug, Unicode, LaTeX, Markdown), and editor integration (query/LSP hover, VSCode highlighting/preview, Neovim inline Unicode preview with conceal). The autograd path is complete for the promoted torch-backed C/LLVM scope.UITestClient drives both the web backend and the TUI-web proxy through a shared handle_test_request handler, verified by a cross-surface contract suite. Contract: doc/04_architecture/shared_ui_contract.mdImplemented and safe to advertise:
Implemented, but best described with qualifiers:
llvm-lib and llvm backend row is now explicitly stable or unsupported, with no ambiguous middle states. rust-llvm remains a bootstrap-only seed path outside the public family claimcommon, nogc_sync_mut, nogc_async_mut, gc_async_mut, nogc_async_mut_noalloc) with compiler boundary enforcement, interpreter warnings, and target preset mapping. Support matrix: doc/04_architecture/runtime_family_support_matrix.mdImplemented with bounded scope:
m{} / loss{} / nograd{} are complete for the promoted torch-backed C/LLVM scope, including backward, detached-input failure, and nograd{} restore semantics. Other backends remain deferredexecution, within, attr), deterministic before/after/around advice, compile-time weaving as the default backend, and scoped runtime interception. Support matrix: doc/05_design/aop_support_matrix.mdImplemented:
simple lint, simple verify quality). All public-facing proof suites (SFFI, T32 hardware, compiler/runtime/system) now pass the gate. Remaining debt is only in deferred OS/GPU/experimental areas β all active surfaces are clean.See doc/report/unique_features.md for the evidence-backed audit.
Simple organizes its standard library into runtime families based on allocation, mutation, and concurrency requirements:
| Family | Allocation | Mutation | Async | Use Case |
|---|---|---|---|---|
common | heap (default) | immutable | no | Pure functions, math, text, encoding |
nogc_sync_mut | heap/arena/pool | mutable | no | File I/O, networking, FFI, databases |
nogc_async_mut | heap | mutable | yes | Async I/O, threads, actors, generators |
gc_async_mut | GC-managed | mutable | yes | GPU/CUDA, ML pipelines |
nogc_async_mut_noalloc | stack only | mutable | yes | Baremetal, embedded, RTOS |
The compiler enforces family boundaries: importing a GC module from a no-GC context produces a diagnostic warning. Target presets (Baremetal, Hosted, EmbeddedWithHeap) automatically restrict module resolution to compatible families.
For advanced use: nogc_async_immut provides persistent data structures with lock-free concurrency.
See Runtime Family Support Matrix for full contracts, and Known Limitations for current caveats.
What you get:
Use a source checkout for the current beta. It also initializes the example and tooling submodules used by the docs and tests:
For an existing checkout:
Note: Rust remains present as the bootstrap seed and host substrate. Product compiler, library, and tool work should stay in Simple source wherever the repo can express it; do not read "pure Simple" as "there is no Rust source in this checkout" today.
Snapshot generated 2026-04-23 from existing tracked .spl, .rs, .c, .h, .s, .S, and .asm files. Blank lines and comment-only lines are excluded; examples/ code is included; vendored and third-party source is excluded.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/simple-lsp-mcp-server)<a href="https://allmcps.com/mcp/simple-lsp-mcp-server"><img src="https://allmcps.com/api/badge/simple-lsp-mcp-server?style=directory" alt="Simple Lsp MCP Server on AllMCPs" /></a>