Octopus MCP Server
Octopus Code Review — エディタプラグイン
Octopus AIコードレビューをエディタに統合します。このリポジトリは次の2つの役割を持ちます:
Octopusをツールとして公開するMCPサーバー(
@octp/mcp)サーバーを組み込むCursorおよびClaudeマーケットプレイス向けのプラグイン
ツール
ツール | 機能 |
| 接続を確認し、トークンが属するOctopus組織を表示します。 |
| 作業中の変更をレビューします。 |
| コードや過去のレビューについて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設定
変数 | 必須 | デフォルト |
| 必須 | — |
| 任意 |
|
開発
npm install
npm run build
OCTOPUS_TOKEN=oct_... node build/index.js # a stdio MCP serverMITライセンスです。Octopus自体は別製品であり、このプラグインはユーザーに代わってその公開APIを呼び出すだけです。
Maintenance
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
- AlicenseBqualityCmaintenanceAI-powered code review server that analyzes git diffs and PRs with context from project guidelines and task lists. Supports integration with Claude Code and Cursor via MCP.31MIT
- Flicense-qualityFmaintenanceMCP server for code review using OpenRouter API. Supports local code review via MCP or web interface.12
- Alicense-qualityCmaintenanceMCP server for reviewing code changes using LLMs, supporting Copilot, Ollama, and OpenAI-compatible endpoints.MIT
- Alicense-qualityBmaintenanceMCP server for automated code review using AI agents. It analyzes code diffs or file paths for bugs, security issues, and style violations.MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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