<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Documentation on mcpx</title>
    <link>https://mcpx.lei6393.com/en/docs/</link>
    <description>Recent content in Documentation on mcpx</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright (c) 2026 mcpx</copyright>
    <atom:link href="https://mcpx.lei6393.com/en/docs/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Command Reference</title>
      <link>https://mcpx.lei6393.com/en/docs/commands/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://mcpx.lei6393.com/en/docs/commands/</guid>
      <description>&lt;div class=&#34;expressive-code&#34;&gt;&#xD;&#xA;  &lt;figure class=&#34;frame not-content&#34;&gt;&#xD;&#xA;  &lt;figcaption class=&#34;header&#34;&gt;&#xD;&#xA;    &lt;span class=&#34;title&#34;&gt;&lt;/span&gt;&#xD;&#xA;  &lt;/figcaption&gt;&#xD;&#xA;  &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mcpx &amp;lt;command&amp;gt; [flags]&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xD;&#xA;  &lt;/figure&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Command&lt;/th&gt;&#xA;          &lt;th&gt;Purpose&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;mcpx add &amp;lt;server&amp;gt;&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Install an MCP server into every detected client (backup → idempotent write → handshake)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;mcpx list&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Show detected clients and the MCP servers each has installed&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;mcpx remove &amp;lt;server&amp;gt;&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Remove the server entry from every client (alias &lt;code&gt;rm&lt;/code&gt;; backup taken first)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;mcpx catalog&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;List the built-in servers installable by name&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;global-flags-available-on-every-subcommand&#34;&gt;Global flags (available on every subcommand)&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Flag&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;--clients &amp;lt;id1,id2&amp;gt;&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Restrict the operation to a subset of clients; valid ids: &lt;code&gt;claude-code&lt;/code&gt;, &lt;code&gt;claude-desktop&lt;/code&gt;, &lt;code&gt;codex&lt;/code&gt;, &lt;code&gt;cursor&lt;/code&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;--dry-run&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Show what would change; writes nothing, takes no backups, runs no handshake&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;--yes&lt;/code&gt; / &lt;code&gt;-y&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Skip the confirmation prompt before writing/removing (for scripts and CI)&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;--version&lt;/code&gt; / &lt;code&gt;-v&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Print the version&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;code&gt;--help&lt;/code&gt; / &lt;code&gt;-h&lt;/code&gt;&lt;/td&gt;&#xA;          &lt;td&gt;Help&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;mcpx-add&#34;&gt;mcpx add&lt;/h2&gt;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&lt;div class=&#34;expressive-code&#34;&gt;&#xD;&#xA;  &lt;figure class=&#34;frame not-content&#34;&gt;&#xD;&#xA;  &lt;figcaption class=&#34;header&#34;&gt;&#xD;&#xA;    &lt;span class=&#34;title&#34;&gt;&lt;/span&gt;&#xD;&#xA;  &lt;/figcaption&gt;&#xD;&#xA;  &lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-text&#34; data-lang=&#34;text&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;mcpx add &amp;lt;server&amp;gt; [--command &amp;lt;bin&amp;gt;] [--args &amp;#39;&amp;lt;a b c&amp;gt;&amp;#39;] [--env K=V ...]&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xD;&#xA;  &lt;/figure&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;p&gt;&lt;code&gt;&amp;lt;server&amp;gt;&lt;/code&gt; is a name from the built-in catalog, or any entry name of your choosing. Behavior:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
