Skip to main content

Install the Octave MCP Server

1

Add the MCP server

From the Octave dashboard, click Connect Via MCP and copy the Claude Code command. It will look like:
claude mcp add octave-myWorkspace --transport http https://mcp.octavehq.com/mcp?ctx=YOUR_CONTEXT
Run this in your terminal.
2

Verify the installation

claude mcp list
You should see octave-myWorkspace in the output.
3

Authenticate

Start a Claude Code session and type /mcp. Select the Octave server and authenticate via your browser.

Install the Octave Plugin (LFGTM)

You can also install the Octave plugin for Claude Code, which provides additional skills and agents.
1

Add the Octave marketplace

claude plugin marketplace add https://github.com/octavehq/lfgtm
2

Install the plugin

claude plugin install octave@lfgtm
3

Start using Octave

Access Octave skills and agents directly from Claude Code.