Skip to main content
Glama
octopusreview

Octopus MCP Server

Octopus Code Review — エディタプラグイン

Octopus AIコードレビューをエディタに統合します。このリポジトリは次の2つの役割を持ちます:

  • Octopusをツールとして公開するMCPサーバー@octp/mcp

  • サーバーを組み込むCursorおよびClaudeマーケットプレイス向けのプラグイン

ツール

ツール

機能

octopus_status

接続を確認し、トークンが属するOctopus組織を表示します。

octopus_review_changes

作業中の変更をレビューします。diffを渡すか、repoPathを渡すとgit diffを実行します。指摘事項とサマリーを返します。

octopus_ask

コードや過去のレビューについてOctopusに質問します(回答はインデックス化されたリポジトリとレビュー履歴を使用します)。

Related MCP server: mcp_review_code_tool

トークンを取得する

ツールはOctopusの組織APIトークンoct_...)で認証します:

npx @octp/cli login

またはoctopus-review.aiの設定で作成します。プラグインの設定に配置してください(リポジトリには絶対に置かないでください)。

インストール

Cursor — マーケットプレイスから「Octopus Code Review」をインストールし、プラグイン設定でOCTOPUS_TOKENを設定します。

Claude — このマーケットプレイスを追加してプラグインをインストールします:

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

その後、プロンプトが表示されたらトークンを設定します(機密ユーザー設定値として保存されます)。

任意のMCPクライアント — サーバーを直接実行します:

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

設定

変数

必須

デフォルト

OCTOPUS_TOKEN

必須

OCTOPUS_API_URL

任意

https://octopus-review.ai(セルフホスト型Octopusの場合はこれを設定)

開発

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

MITライセンスです。Octopus自体は別製品であり、このプラグインはユーザーに代わってその公開APIを呼び出すだけです。

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