Skip to main content
Glama

Obsidian GitHub MCP

MIT License
2

searchFiles

Locate notes and files in your Obsidian vault stored on GitHub using GitHub's search syntax. Retrieve specific knowledge base content with paginated results for efficient navigation.

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.

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 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