Skip to main content
Glama
octopusreview

Octopus MCP Server

Octopus Code Review — 编辑器插件

Octopus AI 代码审查带入你的编辑器。本仓库同时包含:

  • 一个 MCP 服务器@octp/mcp),将 Octopus 以工具形式暴露出来,以及

  • 一个面向 CursorClaude 市场的插件,用于接入该服务器。

工具

工具

功能

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