Skip to main content
Glama
octopusreview

Octopus MCP Server

Octopus Code Review — editor plugin

Bring Octopus AI code review into your editor. This repo is both:

  • an MCP server (@octp/mcp) that exposes Octopus as tools, and

  • a plugin for the Cursor and Claude marketplaces that wires the server in.

Tools

Tool

What it does

octopus_status

Verify the connection and show which Octopus org your token belongs to.

octopus_review_changes

Review your working changes. Pass a diff, or a repoPath and it runs git diff for you. Returns findings + a summary.

octopus_ask

Ask Octopus about your code or a past review (answers use your indexed repos + review history).

Related MCP server: mcp_review_code_tool

Get a token

The tools authenticate with an Octopus org API token (oct_...):

npx @octp/cli login

or create one in your octopus-review.ai settings. Put it in the plugin's config (never in a repo).

Install

Cursor — install "Octopus Code Review" from the marketplace, then set your OCTOPUS_TOKEN in the plugin config.

Claude — add this marketplace and install the plugin:

claude plugin marketplace add octopusreview/octopus-plugin
claude plugin install octopus-review

then set your token when prompted (stored as a sensitive user config value).

Any MCP client — run the server directly:

OCTOPUS_TOKEN=oct_... npx -y @octp/mcp

Config

Variable

Required

Default

OCTOPUS_TOKEN

yes

OCTOPUS_API_URL

no

https://octopus-review.ai (set this for self-hosted Octopus)

Develop

npm install
npm run build
OCTOPUS_TOKEN=oct_... node build/index.js   # a stdio MCP server

MIT licensed. Octopus itself is a separate product; this plugin only calls its public API on your behalf.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server for structured code review passes on human- and AI-written code. Free tier.

  • AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor

  • An MCP server that gives your AI access to the source code and docs of all public github repos

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/octopusreview/octopus-plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server