Skip to main content
Glama

Docs-MCP

by herring101

grep_docs

Search documents using regex patterns with case-insensitive options enabled by default. Integrates with the Docs-MCP server for efficient document retrieval and analysis.

Instructions

ドキュメント内をgrepで検索

Args:
    pattern: 検索パターン(正規表現対応)
    ignore_case: 大文字小文字を無視するか(デフォルト: True)

Input Schema

NameRequiredDescriptionDefault
ignore_caseNo
patternYes

Input Schema (JSON Schema)

{ "properties": { "ignore_case": { "default": true, "title": "Ignore Case", "type": "boolean" }, "pattern": { "title": "Pattern", "type": "string" } }, "required": [ "pattern" ], "title": "grep_docsArguments", "type": "object" }

Other Tools from Docs-MCP

Related Tools

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/herring101/docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server