Octopus MCP Server
Octopus 코드 리뷰 — 편집기 플러그인
Octopus AI 코드 리뷰를 편집기로 가져오세요. 이 저장소는 다음 두 가지를 제공합니다:
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