System Explorer MCP

System Explorer MCP

Read-only MCP server for observing Linux hosts (systemd, ZFS, Docker, VMs, network, hardware, NixOS) as a graph of objects with provenance. Provides seven tools to list hosts, get status, collections, objects, evidence, lookup, and changes.

Category
访问服务器

README

System Explorer

Read-only observation for Linux hosts: systemd, storage/ZFS, Docker, VMs, network, hardware and the NixOS deployment itself, presented as a graph of native objects with provenance — consumed by AI agents over HTTP/MCP and by the operator through a designed UI. One contract for both.

Specification docs/SPEC.md — authoritative for current behaviour
Roadmap docs/ROADMAP.md — status, direction, portability track
Contract schema/ — JSON Schemas plus example envelopes
Conformance suite conformance/ — the spec's teeth
VM test matrix test/vm-lab/ — disposable Fedora/Debian/Ubuntu/NixOS guests for packaging tests

This repository is the canonical source and a self-contained Nix flake. The author's own hosts consume it the same way you would — as a flake input using nix/module.nix — so the documented install path is the one running in production, not a second-class path nobody exercises.

The backlog that drives this — every question the observer could not yet answer — is kept privately alongside the deployment it came from, because each entry cites the host and evidence that raised it. Findings graduate into docs/ROADMAP.md once they are general.

Running it on your NixOS host

{
  inputs.system-explorer.url = "github:techiebod/system-explorer";

  outputs = { nixpkgs, system-explorer, ... }: {
    nixosConfigurations.myhost = nixpkgs.lib.nixosSystem {
      modules = [
        system-explorer.nixosModules.default
        {
          services.systemExplorer = {
            enable = true;
            # loopback by default; widen deliberately (the trust boundary is
            # yours — SPEC section 7):
            # listenAddress = "0.0.0.0"; openFirewall = true;
            # per-adapter grants, each a documented decision:
            # enableDockerAdapter = true;   # docker group is root-equivalent
            # grantNetAdmin = true;         # nftables ruleset
            # extraPackages = [ pkgs.zfs ]; # pools/datasets on ZFS hosts
          };
        }
      ];
    };
  };
}

The UI is served by the agent at http://<host>:8091/; the same envelopes are available to agents under /v1/… (see SPEC section 6).

MCP

se-mcp (SPEC section 9) aggregates one or more host agents for MCP clients — same envelopes, seven read-only tools (list_hosts, get_status, get_collection, get_object, get_evidence, lookup, what_changed). Enable it via nixosModules.mcp:

services.systemExplorerMcp = {
  enable = true;
  agents = { myhost = "http://localhost:8091"; };
  # transport = "sse";  # for legacy /sse + /messages/ broker layouts
};

Then point a client at http://<host>:8092/mcp (streamable-http), e.g.:

claude mcp add --transport http system-explorer http://<host>:8092/mcp

There is no authentication in the server itself; put your edge in front of it (Cloudflare Access, tailnet, or loopback-only), exactly as with the agent.

Per-site hub

se-hub fronts several agents at one address: it proxies their GETs verbatim and serves the same UI, with a host selector. Stateless — no polling, no cache — so losing it costs convenience, never data. Enable it via nixosModules.hub:

services.systemExplorerHub = {
  enable = true;
  site = "site-a";
  agents = { host-a = "http://localhost:8091"; host-b = "http://host-b:8091"; };
};

Then browse http://<host>:8090/.

Ad-hoc run without the module: nix run .# -- --port 8091 then browse localhost:8091 (the default is 127.0.0.1:8091; capabilities degrade honestly for anything the process cannot reach). --host, --port and --log-level each also read an environment variable — SE_HOST, SE_PORT, SE_LOG_LEVEL — so a single EnvironmentFile configures the service on any init system.

Outside Nix it is an ordinary Python distribution:

pip install .            # or .[vms] on a libvirt host, .[mcp] for se-mcp
se-agent --host 0.0.0.0 --port 8091

Conformance

nix flake check   # builds the package, which runs the suite inside it
# or, with pytest + jsonschema available, from the repo root:
pytest -q

The suite exercises the schemas, the example fixtures, the adapter sources (the subprocess allow-list and the UI no-HTML-sink lint are armed and enforced), and the severity rule modules under src/system_explorer/agent/rules/ directly. Fixtures under schema/examples/ are also the UI design track's sample data.

Portability

NixOS is the first-class deployment, not the boundary of the product: the target is systemd-based Linux distributions on x86-64/arm64, and the packaging path (pyproject as the one dependency truth, then a hardened .deb) is laid out in docs/ROADMAP.md §5. Until those steps land, non-NixOS installs use Nix-the-package-manager as described in AGENTS.md.

License

GPL-3.0-or-later. Copyright © 2026 techiebod henry@techiebod.com.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选