Skip to content

Install Channels

Four ways in, all converge on the same jarvis-server.

ChannelCommandBest when
PyPI directuv tool install jarvis-mcpYou want the CLI + server with no client-specific integration — works with any stdio client
Claude Code plugin/plugin marketplace add jarvis-intelligence/jarvis-index then /plugin install jarvis@jarvisYou use Claude Code — auto-registers the server and bundles the three skills
Codex pluginSame marketplace source, via the repo-root Codex manifestYou use Codex CLI — auto-registers the server and bundles the three skills
MCP RegistryEntry io.github.jarvis-intelligence/jarvis, package jarvis-mcp, stdio transportYour client discovers/installs servers through the MCP Registry

Install the plugin — it registers the server and bundles jarvis-setup, jarvis-use, and jarvis-issues:

Terminal window
/plugin marketplace add jarvis-intelligence/jarvis-index
/plugin install jarvis@jarvis

See the Claude Code guide for the manual path and PATH troubleshooting.

ClientDeep link / command
Cursorcursor://anysphere.cursor-deeplink/mcp/install?name=jarvis&config=… — decode the config param yourself before trusting any install link
Claude CodeNo URL scheme — claude mcp add jarvis --scope user -- jarvis-server (or the plugin above)
Codex CLINo URL scheme — the plugin marketplace command above, or the manual ~/.codex config
Any other clientNo registry deep link exists for arbitrary clients — see the generic stdio JSON guide

The registry entry itself lives at io.github.jarvis-intelligence/jarvis (package jarvis-mcp, stdio transport) — clients that browse the registry directly will find jarvis there without any deep link.