Skip to main content
Glama
GET_STARTED.mdโ€ข1.91 kB
# ๐ŸŽฏ Get Started in 3 Steps The fastest way to get Obsidian MCP running with Amp. --- ## Step 1: Install ```bash npm install ``` **What this does:** - Installs MCP SDK - Installs dotenv for configuration - Takes ~10 seconds --- ## Step 2: Setup ```bash npm run setup ``` **What this does:** - Asks for your Obsidian vault path - Creates `.env` configuration - Configures Amp automatically - Works on Windows, macOS, and Linux **Example:** ``` ๐Ÿš€ Obsidian MCP Setup ================================================== ๐Ÿ“ Obsidian Vault Configuration Enter the absolute path to your Obsidian vault. Vault path: C:/Users/YourName/Documents/MyVault โœ… Vault directory found โš™๏ธ Creating configuration files... โœ… Created .env file โœ… Updated Amp config โœ… Setup Complete! ``` --- ## Step 3: Restart Amp Close and reopen Amp to load the MCP. --- ## Verify It Works In Amp, try: ``` You: "Create a note in Obsidian called 'Test' with content 'Hello!'" ``` If you see a success message, you're all set! ๐ŸŽ‰ --- ## Quick Commands | Command | Purpose | |---------|---------| | `npm install` | Install dependencies | | `npm run setup` | Configure everything | | `npm test` | Verify configuration | | `npm start` | Run server (debugging) | --- ## Troubleshooting ### Setup failed? Run `npm test` to see what's wrong. ### Amp not seeing the MCP? 1. Make sure you restarted Amp completely 2. Run `npm test` to verify config 3. Check the vault path is correct ### Still having issues? - Read [INSTALL.md](INSTALL.md) for detailed instructions - Check [README.md](README.md) for troubleshooting - Open an issue on GitHub --- ## What's Next? - ๐Ÿ“– Read [QUICKSTART.md](QUICKSTART.md) for a tutorial - ๐Ÿ’ก Check [EXAMPLES.md](EXAMPLES.md) for usage ideas - ๐Ÿ”ง See [README.md](README.md) for all features --- **That's it! Three simple steps to AI-powered note-taking.** ๐Ÿš€

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