Connects Claude to the Simple language toolchain with stdio transport. Exposes code intelligence (likely LSP-style queries), debugging hooks, build and test execution, and version control operations for a self-hosted language that combines Python-like syntax with compiler-integrated testing, borrow checking, and baremetal execution paths. Reach for this when working with Simple codebases that span its unusually broad surface: the repo includes a staged compiler, interpreter, SPipe BDD tests, SDoctest executable docs, LLVM and VHDL backends, and hardware test flows with QEMU and remote baremetal lanes. The MCP server presumably wraps Simple's native tooling (compiler driver, test runner, architecture linting) so Claude can navigate source layers, run verification suites, and interact with the SDN-backed project databases that store tests and traceability metadata.
claude mcp add --transport stdio io.github.ormastes-simple-mcp-server uvx simple-mcp-server