Skip to main content
Glama
obsidian-config.json990 B
{ "mcpServers": { "obsidian": { "command": "node", "args": [ "/absolute/path/to/Obsidian-MCP/index.js" ], "env": { "OBSIDIAN_VAULT_PATH": "/path/to/your/vault" } } } } // CONFIGURATION INSTRUCTIONS: // // This file is a template for manual Amp configuration. // For automatic setup, run: npm run setup // // Platform-specific config locations: // - Windows: %APPDATA%\Amp\mcp-config.json // - macOS: ~/.config/amp/mcp-config.json // - Linux: ~/.config/amp/mcp-config.json // // Replace the paths above with your actual paths: // 1. "/absolute/path/to/Obsidian-MCP/index.js" → actual path to index.js // 2. "/path/to/your/vault" → actual path to your Obsidian vault // // Path requirements: // - Must be absolute paths // - Use forward slashes (/) on all platforms // - Windows example: "C:/Users/Name/Documents/vault" // - macOS example: "/Users/Name/Documents/vault" // - Linux example: "/home/name/Documents/vault"

Latest Blog Posts

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/Kynlos/Obsidian-MCP'

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