Octocode MCP
Octocode: AI를 위한 연구 중심 개발
설치
사전 요구 사항: GitHub 인증이 필요합니다. 인증 설정을 참조하세요.
권장 사항: Octocode CLI
npx octocode-cli installGitHub 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-researchRelated 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
스킬 | 기능 |
코드 검색 및 탐색 — 로컬 LSP + 외부 (GitHub, npm/PyPI) | |
세션, 체크포인트, 상태 지속성을 갖춘 다단계 연구 | |
코드 이해, 작성, 분석, 감사 — AST + LSP + 의존성 그래프 | |
증거 기반 계획: 이해 > 연구 > 계획 > 구현 | |
대안, 트레이드오프 및 권장 사항이 포함된 공식 기술 결정 | |
LSP 흐름 추적을 통한 7개 도메인 전반의 PR 및 로컬 코드 리뷰 | |
파일:라인 인용 및 심각도 수준을 포함한 가차 없는 코드 비평 | |
약한 프롬프트를 실행 가능한 에이전트 프로토콜로 변환 | |
16개 이상의 검증된 문서를 생성하는 6단계 파이프라인 |
https://github.com/user-attachments/assets/5b630763-2dee-4c2d-b5c1-6335396723ec
문서
전체 문서 인덱스는 여기에서 시작하세요: docs/README.md
권장 빠른 링크:
매니페스트
"코드는 진실이지만, 컨텍스트는 지도이다." -- Octocode의 철학을 이해하려면 연구 중심 개발을 위한 매니페스트를 읽어보세요.
기여
모노레포 설정, 테스트 및 기여 지침은 개발 가이드를 참조하세요.
Maintenance
Related MCP Servers
- AlicenseCqualityFmaintenanceA free, open-source service that transforms GitHub projects into MCP endpoints, enabling AI assistants to access and understand project documentation without any setup.32688,332Apache 2.0
- FlicenseNot gradedqualityFmaintenanceA 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
- AlicenseNot gradedqualityDmaintenanceEnables 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
- AlicenseAqualityFmaintenanceProvides code repository indexing and semantic search capabilities, allowing natural language queries to find relevant code snippets with automatic incremental indexing and multi-language support.137359ISC
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.
Appeared in Searches
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/bgauryy/octocode'
If you have feedback or need assistance with the MCP directory API, please join our Discord server