goose/documentation/docs/mcp/linux-mcp-server-mcp.md
elianerpereira ffa2f155cd
Adds linux-mcp-server to the goose registry (#6979)
Signed-off-by: Eliane Pereira <elpereir@redhat.com>
Signed-off-by: Rodolfo Olivieri <rodolfo.olivieri3@gmail.com>
Co-authored-by: Eliane Pereira <elpereir@redhat.com>
2026-03-07 09:48:47 +00:00

2.4 KiB
Raw Blame History

title description
Linux MCP Server Extension Add Linux MCP Server as a goose Extension

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructions'; import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller'; import GooseBuiltinInstaller from '@site/src/components/GooseBuiltinInstaller';

This tutorial covers how to add the Linux MCP Server as a goose extension to enable AI assistants to run, discover, and troubleshoot complex issues on Linux systems.

:::tip TLDR Install Linux MCP Server Command

# Using uv (recommended)
uvx linux-mcp-server
:::

Configuration

:::info Note that you'll need uv installed on your system to run this command, as it uses uvx. :::

<GooseDesktopInstaller
  extensionId="linux-mcp-server"
  extensionName="Linux MCP server"
  description="Tools for Linux system discovery and troubleshooting"
  type="stdio"
  command="uvx"
  args={["linux-mcp-server"]}
  timeout={300}
/>
<CLIExtensionInstructions
  name="Linux MCP Server"
  description="Tools for Linux system discovery and troubleshooting"
  type="stdio"
  command="uvx linux-mcp-server"
  timeout={300}
/>

Example Usage

Follow the instructions on how to use the Linux MCP Server for system diagnostics and troubleshooting.

goose Prompt

My wifi connection is not working very well. Find the error messages in the system logs and diagnose the problem to help me fix it.

goose Output

:::note Desktop

🤖 LLM output 🤖 Ill help you diagnose your WiFi connectivity issues by examining the system logs for error messages related to your network interfaces and wireless connectivity. Let me start by gathering information about your system and checking the relevant logs.

:::