Skip to main content
Glama

Octocode: AI를 위한 연구 중심 개발


설치

사전 요구 사항: GitHub 인증이 필요합니다. 인증 설정을 참조하세요.

권장 사항: Octocode CLI

npx octocode-cli install

GitHub OAuth, MCP 서버 설치 및 스킬 마켓플레이스가 포함된 대화형 설정 마법사입니다. 비대화형 설치를 위해 --ide <ide>를 전달하세요 (예: npx octocode-cli install --ide cursor).

대체 방법

MCP 구성 파일에 추가하세요:

{
  "mcpServers": {
    "octocode": {
      "command": "npx",
      "args": ["octocode-mcp@latest"]
    }
  }
}
npx add-skill https://github.com/bgauryy/octocode-mcp/tree/main/skills/octocode-research

Related MCP server: CodeGraph CLI MCP Server

MCP 서버

Octocode MCP 서버는 AI 어시스턴트를 코드와 연결합니다:

  • GitHub & GitLab: 저장소 검색, 사용 패턴 찾기, 구현 읽기, PR 탐색

  • 로컬 도구: 코드 검색, 디렉토리 탐색, 로컬 코드베이스 내 파일 찾기

  • LSP 인텔리전스: 정의로 이동, 참조 찾기, 호출 계층 구조 — 컴파일러 수준의 이해

https://github.com/user-attachments/assets/de8d14c0-2ead-46ed-895e-09144c9b5071


스킬

에이전트 스킬은 AI 에이전트의 기능을 확장하기 위한 가볍고 개방적인 형식입니다. 스킬 인덱스: skills/README.md

스킬

기능

Researcher

코드 검색 및 탐색 — 로컬 LSP + 외부 (GitHub, npm/PyPI)

Research

세션, 체크포인트, 상태 지속성을 갖춘 다단계 연구

Engineer

코드 이해, 작성, 분석, 감사 — AST + LSP + 의존성 그래프

Plan

증거 기반 계획: 이해 > 연구 > 계획 > 구현

RFC Generator

대안, 트레이드오프 및 권장 사항이 포함된 공식 기술 결정

PR Reviewer

LSP 흐름 추적을 통한 7개 도메인 전반의 PR 및 로컬 코드 리뷰

Roast

파일:라인 인용 및 심각도 수준을 포함한 가차 없는 코드 비평

Prompt Optimizer

약한 프롬프트를 실행 가능한 에이전트 프로토콜로 변환

Doc Writer

16개 이상의 검증된 문서를 생성하는 6단계 파이프라인

https://github.com/user-attachments/assets/5b630763-2dee-4c2d-b5c1-6335396723ec


문서

전체 문서 인덱스는 여기에서 시작하세요: docs/README.md

권장 빠른 링크:

매니페스트

"코드는 진실이지만, 컨텍스트는 지도이다." -- Octocode의 철학을 이해하려면 연구 중심 개발을 위한 매니페스트를 읽어보세요.


기여

모노레포 설정, 테스트 및 기여 지침은 개발 가이드를 참조하세요.


Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
2dResponse time
1wRelease cycle
11Releases (12mo)
Commit activity
Issues opened vs closed

Related MCP Servers

  • A
    license
    C
    quality
    F
    maintenance
    A free, open-source service that transforms GitHub projects into MCP endpoints, enabling AI assistants to access and understand project documentation without any setup.
    32
    68
    8,332
    Apache 2.0
  • F
    license
    Not graded
    quality
    F
    maintenance
    A high-performance CLI tool that provides semantic code search, advanced architectural analysis, and codebase indexing with vector embeddings across multiple programming languages. Enables AI assistants to understand and navigate large codebases through graph-based relationships and intelligent code pattern detection.
    861
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables semantic code search across multiple repositories using natural language queries. Provides intelligent code discovery, symbol lookups, and cross-repo dependency analysis for AI coding agents.
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Provides code repository indexing and semantic search capabilities, allowing natural language queries to find relevant code snippets with automatic incremental indexing and multi-language support.
    1
    37
    359
    ISC

View all related MCP servers

Related MCP Connectors

  • Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…

  • Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

  • Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.

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/bgauryy/octocode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server