Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.octavehq.com/llms.txt

Use this file to discover all available pages before exploring further.

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 (LFGTM) for Claude Code, which provides additional skills and agents on top of the MCP tools.
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. See the LFGTM README for the full list of available slash commands and agents.