Skip to main content
Glama

Obsidian MCP Server

Apache 2.0
338
222
  • Apple
  • Linux
index.ts641 B
/** * @fileoverview Barrel file for the 'obsidian_read_note' MCP tool. * * This file serves as the public entry point for the obsidian_read_note tool module. * It re-exports the primary registration function (`registerObsidianReadNoteTool`) * from the './registration.js' module. This pattern simplifies imports for consumers * of the tool, allowing them to import necessary components from a single location. * * Consumers (like the main server setup) should import the registration function * from this file to integrate the tool into the MCP server instance. */ export { registerObsidianReadNoteTool } from "./registration.js";

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/cyanheads/obsidian-mcp-server'

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