Skip to main content
Glama

MCP Private GitHub Search

searchFiles

Search your Obsidian vault on GitHub using GitHub's search syntax to locate specific notes, documents, and knowledge base content efficiently.

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.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number to retrieve (0-indexed)
perPageNoNumber of results per page
queryYesSearch query (uses GitHub Code Search syntax)

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 (uses GitHub Code Search syntax)", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

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