Octopus MCP Server
Octopus Code Review — 编辑器插件
将 Octopus AI 代码审查带入你的编辑器。本仓库同时包含:
一个 MCP 服务器(
@octp/mcp),将 Octopus 以工具形式暴露出来,以及一个面向 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