Skip to main content
Glama

Obsidian MCP Server

by marcelmarais
import { RequestHandlerExtra } from "@modelcontextprotocol/sdk/shared/protocol.js"; import { z } from "zod"; export type tool<Args extends z.ZodRawShape> = { name: string; description: string; schema: Args; handler: ( args: z.infer<z.ZodObject<Args>>, extra: RequestHandlerExtra ) => { content: Array<{ type: "text"; text: string; }>; }; };

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

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