Nix flake packaging linux-mcp-server — a read-only MCP server for Linux diagnostics, local or over SSH (WIP)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"linux-mcp-server-nix": {
"command": "npx",
"args": [
"-y",
"BrianAdams/linux-mcp-server-nix"
]
}
}
}
Run in terminal:
claude mcp add linux-mcp-server-nix npx -y BrianAdams/linux-mcp-server-nix
Add to .cursor/mcp.json:
{
"mcpServers": {
"linux-mcp-server-nix": {
"command": "npx",
"args": [
"-y",
"BrianAdams/linux-mcp-server-nix"
]
}
}
}