Skip to main content
Glama

Obsidian MCP Second Brain Server

by CoMfUcIoS
config.ts743 B
import { VaultConfig } from './types.js'; /** * Default configuration values * These can be overridden via CLI arguments in mcp.json */ export const defaultConfig: Partial<VaultConfig> = { indexPatterns: [ 'Work/**/*.md', 'Projects/**/*.md', 'Knowledge/**/*.md', 'Life/**/*.md', 'Dailies/**/*.md' ], excludePatterns: [ 'Archive/**/*.md', '_Meta/Attachments/**', '.trash/**', 'node_modules/**', '.git/**' ], metadataFields: ['tags', 'type', 'status', 'category', 'created', 'modified'], maxFileSize: 10 * 1024 * 1024, // 10MB maxSearchResults: 100, maxRecentNotes: 100, searchWeights: { title: 3.0, tags: 2.5, frontmatter: 2.0, content: 1.0, recency: 1.5 } };

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