Skip to main content
Glama

Obsidian MCP Server

by bazylhorsey
obsidian-mcp.example.json•939 B
{ "vaults": [ { "name": "my-local-vault", "type": "local", "path": "/path/to/your/obsidian/vault", "description": "Local vault - direct filesystem access to your Obsidian folder" }, { "name": "my-cloud-vault", "type": "remote", "url": "https://your-obsidian-sync-server.com/api", "apiKey": "your-api-key-here", "syncInterval": 60000, "description": "Self-hosted cloud vault - connects to your own sync server (like Obsidian Sync alternative, CouchDB, etc.)" } ], "obsidianApi": { "restApiUrl": "http://localhost:27124", "apiKey": "your-local-rest-api-key", "vaultName": "my-local-vault", "description": "OPTIONAL: Only needed if you want to control Obsidian app (open notes in app, execute commands). Requires 'Local REST API' plugin installed in Obsidian." }, "server": { "name": "obsidian-mcp-server", "version": "1.0.0" } }

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

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