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