← Back to search

@search-docs/mcp-server

GitHub Actions Scanned 28d ago

MCP Server for search-docs - Claude Code integration

? Not scanned yet

Versions

1.9.4latest
May 29, 2026
1.9.3
May 26, 2026
1.9.2
May 22, 2026
1.9.0
May 7, 2026
1.8.4
Apr 30, 2026
+ show 53 moreshow less
1.8.3
Apr 30, 2026
1.8.2
Apr 28, 2026
1.8.1
Apr 28, 2026
1.8.0
Apr 27, 2026
1.7.1
Apr 2, 2026
1.7.0
Mar 6, 2026
1.6.0
Mar 6, 2026
1.5.6
Mar 3, 2026
1.5.5
Feb 13, 2026
1.5.4
Feb 13, 2026
1.5.3
Feb 10, 2026
1.5.2
Feb 9, 2026
1.5.1
Feb 6, 2026
1.5.0
Dec 17, 2025
1.4.5
Dec 9, 2025
1.4.4
Dec 9, 2025
1.4.3
Nov 21, 2025
1.4.2
Nov 21, 2025
1.3.0
Nov 12, 2025
1.2.3
Nov 11, 2025
1.2.2
Nov 11, 2025
1.2.1
Nov 11, 2025
1.2.0
Nov 11, 2025
1.1.5
Nov 11, 2025
1.1.4
Nov 10, 2025
1.1.3
Nov 10, 2025
1.1.2
Nov 10, 2025
1.1.1
Nov 9, 2025
1.1.0
Nov 7, 2025
1.0.26
Nov 7, 2025
1.0.25
Nov 7, 2025
1.0.24
Nov 7, 2025
1.0.23
Nov 7, 2025
1.0.22
Nov 7, 2025
1.0.21
Nov 7, 2025
1.0.20
Nov 7, 2025
1.0.18
Nov 4, 2025
1.0.17
Nov 4, 2025
1.0.16
Nov 4, 2025
1.0.15
Nov 4, 2025
1.0.14
Nov 1, 2025
1.0.13
Nov 1, 2025
1.0.11
Nov 1, 2025
1.0.9
Oct 31, 2025
1.0.8
Oct 31, 2025
1.0.7
Oct 31, 2025
1.0.6
Oct 31, 2025
1.0.5
Oct 31, 2025
1.0.4
Oct 31, 2025
1.0.3
Oct 31, 2025
1.0.2
Oct 31, 2025
1.0.1
Oct 30, 2025
1.0.0
Oct 30, 2025

Tools 10

get_outline
annotations: none low

文書の目次構造をトークン数付きで一覧表示します。文書の全体像把握や記述量バランスの確認に使えます。

path string sectionId string
maintenance_repair
annotations: none low

LanceDBテーブルの破損を検出し、自動修復します。破損テーブルはdrop→再作成されます。修復後は再インデックス(index rebuild)が必要です。

index_status
annotations: none low

インデックスの詳細な状態を確認します。文書数、セクション数、Dirty数、ワーカー状態が返されます。

index_purge
annotations: none low

インデックスファイルを全削除します。壊れたインデックスを廃棄して再構築する場合に使います。

get_system_status
annotations: none low

search-docsの全体状態を確認します。設定状態、インデックス情報、関連プロジェクト一覧が返されます。

get_document
annotations: none low

文書の内容を取得します。セクションの全文はsectionId、文書全体はpathを指定します。

path string sectionId string
list_related_projects
annotations: none low

関連プロジェクトの一覧を取得します。設定ファイルで定義されたものとadd_related_projectで追加されたものの両方を表示します。

add_related_project
annotations: none low

関連プロジェクトを一時的に追加します(セッション中のみ有効)。対象プロジェクトの起動済みsearch-docsサーバURLを指定してください。

url string name string description string
init
annotations: none low

search-docsの設定ファイルを初期化します。ローカルプロジェクトの文書を検索対象にする場合に実行してください。

search
annotations: none low

ドキュメントをVector検索します。関連するセクションが関連性順で返されます。

limit number query string previewLines number

Permissions 4

network medium
Server uses network capabilities via: fetch(), http, net, urllib
filesystem low
Server uses filesystem capabilities via: fs, fs sync ops, fs/promises, open(), os, pathlib, shutil, tempfile
shell high
Server uses shell capabilities via: child_process, spawn()
env_vars low
Server uses env_vars capabilities via: os.environ, os.getenv(), process.env

Scan Findings 69

low
Tool 'get_outline' has no annotations annotation_checker · 100%
low
Tool 'maintenance_repair' has no annotations annotation_checker · 100%
low
Tool 'index_status' has no annotations annotation_checker · 100%
low
Tool 'index_purge' has no annotations annotation_checker · 100%
low
Tool 'get_system_status' has no annotations annotation_checker · 100%
low
Tool 'get_document' has no annotations annotation_checker · 100%
low
Tool 'list_related_projects' has no annotations annotation_checker · 100%
low
Tool 'add_related_project' has no annotations annotation_checker · 100%
low
Tool 'init' has no annotations annotation_checker · 100%
low
Tool 'search' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
high
Remote transport without authentication auth_checker · 70%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Excessive dependency count: 54 direct dependencies dependency_analyzer · 90%
medium
Vulnerable dependency: vite@7.1.12 (GHSA-4w7w-66w2-5vf9) dependency_analyzer · 95%
medium
Vulnerable dependency: vite@7.1.12 (GHSA-fx2h-pf6j-xcff) dependency_analyzer · 95%
medium
Vulnerable dependency: vite@7.1.12 (GHSA-p9ff-h696-f583) dependency_analyzer · 95%
medium
Vulnerable dependency: vite@7.1.12 (GHSA-v2wj-q39q-566r) dependency_analyzer · 95%
medium
Vulnerable dependency: vite@7.1.12 (GHSA-v6wh-96g9-6wx3) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@4.0.5 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: minimatch@10.0.3 (GHSA-23c5-xmqv-rm74) dependency_analyzer · 95%
medium
Vulnerable dependency: minimatch@10.0.3 (GHSA-3ppc-4f35-3m26) dependency_analyzer · 95%
medium
Vulnerable dependency: minimatch@10.0.3 (GHSA-7r86-cg39-jmmj) dependency_analyzer · 95%
medium
Vulnerable dependency: nanoid@5.1.6 (GHSA-28wg-ghj8-5hjv) dependency_analyzer · 95%
medium
Vulnerable dependency: vitest@2.1.9 (GHSA-5xrq-8626-4rwp) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.20.2 (GHSA-345p-7cg4-v4c7) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.20.2 (GHSA-8r9q-7v3j-jr4g) dependency_analyzer · 95%
medium
Vulnerable dependency: @modelcontextprotocol/sdk@1.20.2 (GHSA-w48q-cv73-mx4w) dependency_analyzer · 95%
medium
Vulnerable dependency: pyarrow@22.0.0 (GHSA-rgxp-2hwp-jwgg) dependency_analyzer · 95%
medium
Vulnerable dependency: pyarrow@22.0.0 (PYSEC-2026-113) dependency_analyzer · 95%
medium
Vulnerable dependency: protobuf@6.33.1 (GHSA-7gcm-g887-7qv7) dependency_analyzer · 95%
medium
Vulnerable dependency: protobuf@6.33.1 (PYSEC-2026-1805) dependency_analyzer · 95%
medium
Vulnerable dependency: pytest@9.0.1 (GHSA-6w46-j5rx-g56g) dependency_analyzer · 95%
medium
Vulnerable dependency: pytest@9.0.1 (PYSEC-2026-1845) dependency_analyzer · 95%
medium
Vulnerable dependency: transformers@4.57.1 (GHSA-29pf-2h5f-8g72) dependency_analyzer · 95%
medium
Vulnerable dependency: transformers@4.57.1 (GHSA-69w3-r845-3855) dependency_analyzer · 95%
medium
Vulnerable dependency: transformers@4.57.1 (GHSA-fgcw-684q-jj6r) dependency_analyzer · 95%
medium
Vulnerable dependency: transformers@4.57.1 (PYSEC-2025-217) dependency_analyzer · 95%
medium
Vulnerable dependency: transformers@4.57.1 (PYSEC-2025-218) dependency_analyzer · 95%
medium
Vulnerable dependency: transformers@4.57.1 (PYSEC-2026-2288) dependency_analyzer · 95%
medium
Vulnerable dependency: transformers@4.57.1 (PYSEC-2026-2289) dependency_analyzer · 95%
medium
Vulnerable dependency: transformers@4.57.1 (PYSEC-2026-2290) dependency_analyzer · 95%
medium
High-entropy string (5.71 bits/char) in otolab-search-docs-9e5577b/packages/server/src/splitter/__tests__/token-counter.test.ts:25 entropy_analyzer · 50%
medium
High-entropy string (5.78 bits/char) in otolab-search-docs-9e5577b/packages/mcp-server/src/tools/add-related-project.ts:20 entropy_analyzer · 51%
medium
High-entropy string (5.72 bits/char) in otolab-search-docs-9e5577b/packages/mcp-server/src/resources/getting-started.ts:25 entropy_analyzer · 50%
medium
High-entropy string (6.11 bits/char) in otolab-search-docs-9e5577b/packages/mcp-server/src/resources/getting-started.ts:33 entropy_analyzer · 56%
medium
High-entropy string (5.80 bits/char) in otolab-search-docs-9e5577b/packages/mcp-server/src/resources/usage.ts:58 entropy_analyzer · 52%
medium
High-entropy string (5.80 bits/char) in otolab-search-docs-9e5577b/packages/mcp-server/src/resources/config-reference.ts:51 entropy_analyzer · 52%
info
package.json metadata manifest_parser · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: get_outline manifest_parser · 85%
info
Tool: maintenance_repair manifest_parser · 85%
info
Tool: index_status manifest_parser · 85%
info
Tool: index_purge manifest_parser · 85%
info
Tool: get_system_status manifest_parser · 85%
info
Tool: get_document manifest_parser · 85%
info
Tool: list_related_projects manifest_parser · 85%
info
Tool: add_related_project manifest_parser · 85%
info
Tool: init manifest_parser · 85%
info
Tool: search manifest_parser · 85%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (19) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 31 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%