Skip to main content
Glama
octopusreview

Octopus MCP Server

Octopus Code Review — Editor-Plugin

Bringen Sie die KI-Code-Review von Octopus in Ihren Editor. Dieses Repository ist beides:

  • ein MCP-Server (@octp/mcp), der Octopus als Tools bereitstellt, und

  • ein Plugin für die Cursor- und Claude-Marketplaces, das den Server einbindet.

Tools

Tool

Was es tut

octopus_status

Überprüft die Verbindung und zeigt an, zu welcher Octopus-Organisation Ihr Token gehört.

octopus_review_changes

Überprüft Ihre Arbeitsänderungen. Übergeben Sie ein diff oder einen repoPath, und es führt git diff für Sie aus. Gibt Ergebnisse + eine Zusammenfassung zurück.

octopus_ask

Fragen Sie Octopus zu Ihrem Code oder einer früheren Überprüfung (Antworten verwenden Ihre indizierten Repos + den Review-Verlauf).

Related MCP server: mcp_review_code_tool

Token erhalten

Die Tools authentifizieren sich mit einem Organisations-API-Token von Octopus (oct_...):

npx @octp/cli login

oder erstellen Sie eines in den Einstellungen von octopus-review.ai. Fügen Sie es in die Plugin-Konfiguration ein (niemals in ein Repository).

Installation

Cursor — Installieren Sie „Octopus Code Review" aus dem Marketplace und setzen Sie dann Ihr OCTOPUS_TOKEN in der Plugin-Konfiguration.

Claude — Fügen Sie diesen Marketplace hinzu und installieren Sie das Plugin:

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

Setzen Sie dann Ihr Token, wenn Sie dazu aufgefordert werden (wird als sensibler Benutzerkonfigurationswert gespeichert).

Beliebiger MCP-Client — Führen Sie den Server direkt aus:

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

Konfiguration

Variable

Erforderlich

Standard

OCTOPUS_TOKEN

ja

OCTOPUS_API_URL

nein

https://octopus-review.ai (setzen Sie dies für selbst gehostetes Octopus)

Entwicklung

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

MIT-lizenziert. Octopus selbst ist ein separates Produkt; dieses Plugin ruft nur seine öffentliche API in Ihrem Namen auf.

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