Skip to main content
Glama

Obsidian GitHub MCP

MIT License
2
4

searchFiles

Search for notes, documents, and files within your Obsidian vault hosted on GitHub. Find specific content using GitHub search syntax, targeting filenames, paths, or file contents for precise results.

Instructions

Search for notes, documents, and files within your Obsidian vault on GitHub (my-organization/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" }
Install Server

Other Tools from Obsidian GitHub 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/Hint-Services/obsidian-github-mcp'

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