search-docs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initA | search-docsの設定ファイルを初期化します。ローカルプロジェクトの文書を検索対象にする場合に実行してください。 |
| get_system_statusA | search-docsの全体状態を確認します。設定状態、インデックス情報、関連プロジェクト一覧が返されます。 |
| searchB | ドキュメントをVector検索します。関連するセクションが関連性順で返されます。 |
| get_documentA | 文書の内容を取得します。セクションの全文はsectionId、文書全体はpathを指定します。 |
| get_outlineA | 文書の目次構造をトークン数付きで一覧表示します。文書の全体像把握や記述量バランスの確認に使えます。 |
| index_statusB | インデックスの詳細な状態を確認します。文書数、セクション数、Dirty数、ワーカー状態が返されます。 |
| list_related_projectsA | 関連プロジェクトの一覧を取得します。設定ファイルで定義されたものとadd_related_projectで追加されたものの両方を表示します。 |
| add_related_projectA | 関連プロジェクトを一時的に追加します(セッション中のみ有効)。対象プロジェクトの起動済みsearch-docsサーバURLを指定してください。 |
| maintenance_repairA | LanceDBテーブルの破損を検出し、自動修復します。破損テーブルはdrop→再作成されます。修復後は再インデックス(index rebuild)が必要です。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| search-docsをはじめる | セットアップ手順と設定ファイルの書き方 |
| アーキテクチャ概要 | プロセス構成・Embedding・Worker・Docker・CLI |
| search-docsの使い方 | 検索・文書取得・アウトラインの効果的な使い方 |
| 設定リファレンス | .search-docs.jsonの全オプション解説 |
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/otolab/search-docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server