Skip to main content
Glama

MCP Private GitHub Search

searchFiles

Locate notes, documents, and files within a private GitHub Obsidian vault using GitHub search syntax. Search by filename, path, or content for precise knowledge base results.

Instructions

Search for notes, documents, and files within your Obsidian vault on GitHub (johndoe-org/obsidian-vault). Find specific knowledge base content using GitHub's powerful search syntax. Supports searching in filenames, paths, and content.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number to retrieve (0-indexed)
perPageNoNumber of results per page
queryYesSearch query - can be a simple term or use GitHub search qualifiers
searchInNoWhere to search: 'filename' (exact filename match), 'path' (anywhere in file path), 'content' (file contents), or 'all' (comprehensive search)all

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 0, "description": "Page number to retrieve (0-indexed)", "type": "number" }, "perPage": { "default": 100, "description": "Number of results per page", "type": "number" }, "query": { "description": "Search query - can be a simple term or use GitHub search qualifiers", "type": "string" }, "searchIn": { "default": "all", "description": "Where to search: 'filename' (exact filename match), 'path' (anywhere in file path), 'content' (file contents), or 'all' (comprehensive search)", "enum": [ "filename", "path", "content", "all" ], "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from MCP Private GitHub Search

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/Hint-Services/mcp-private-github-search'

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