Skip to main content
Glama

Docs-MCP

by herring101

grep_docs

Search user-configured documents for specific patterns using regex with case-insensitive options enabled by default. Streamline document retrieval and reference on Docs-MCP.

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" }
Install Server

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