Skip to main content
Glama

Obsidian MCP Second Brain Server

by CoMfUcIoS
jest.setup.ts260 B
// Suppress console.error globally in tests let originalConsoleError: typeof console.error; beforeAll(() => { originalConsoleError = console.error; console.error = (..._args: any[]) => {}; }); afterAll(() => { console.error = originalConsoleError; });

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/CoMfUcIoS/obsidian-mcp-sb'

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