作者 bgauryy · bgauryy/octocode-mcp
LLMパターンを用いたリアルタイムセマンティックコード調査とコンテキスト生成のためのMCPサーバー | パブリック・プライベートリポジトリ全体で自然に検索できます
LLMパターンを用いたリアルタイムセマンティックコード調査とコンテキスト生成のためのMCPサーバー | あなたの権限に基づいてパブリック・プライベートリポジトリ全体で自然に検索することができます | アクセス可能なコードベースをAI最適化ナレッジに変換し、シンプルから複雑なワークフローまで対応しています | どこからでも実装例と最新ドキュメントを見つけることができます
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"octocode": {
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"_inferred": true
}
}
}
Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。
{
"mcpServers": {
"octocode": {
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"_inferred": true
}
}
}
Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。
{
"mcpServers": {
"octocode": {
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"_inferred": true
}
}
}
Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。
{
"mcpServers": {
"octocode": {
"command": "npx",
"args": [
"-y",
"octocode-mcp"
],
"_inferred": true
}
}
}
Claude Desktop と同じ形式。Windsurf を再起動して反映。
{
"mcpServers": [
{
"name": "octocode",
"command": "npx",
"args": [
"-y",
"octocode-mcp"
]
}
]
}
Continue はマップではなくサーバーオブジェクトの配列を使用。
{
"context_servers": {
"octocode": {
"command": {
"path": "npx",
"args": [
"-y",
"octocode-mcp"
]
}
}
}
}
context_servers に追加。保存時に Zed がホットリロード。
claude mcp add octocode -- npx -y octocode-mcp
ワンライナー。claude mcp list で確認、claude mcp remove で削除。