substrate

farchanjo/substrate
★ 0 stars Rust 🤖 AI/LLM Updated 2d ago
Model Context Protocol (MCP) server in Rust 1.95 exposing POSIX baseutils-equivalent OS management to LLM agents over STDIO. 37 tools across 7 bounded contexts. Spec-as-source-of-truth (MADR/CUE/Gherkin/Rego/TLA+).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "substrate": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "substrate"
      ]
    }
  }
}

README Excerpt

Model Context Protocol (MCP) server in Rust 1.95 exposing POSIX baseutils-equivalent OS management to LLM agents over STDIO. Seven bounded contexts: filesystem-query, filesystem-mutation, process, system-info, text-processing, archive, job. - Rust 1.95+ (`rustup install 1.95 && rustup default 1.95`).

Topics

anthropicarchiveasyncbaseutilsclaudedddfilesystemhexagonal-architecturellm-toolsmadrmcpmodel-context-protocolposixprocess-managementrust