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