Skip to main content
Glama

Obsidian MCP Server

Apache 2.0
434
116
  • Apple
  • Linux
{ "properties": { "MAX_TOKENS": { "default": "20000", "description": "Maximum tokens per response", "type": "string" }, "NODE_ENV": { "default": "production", "description": "The Node.js environment setting", "type": "string" }, "OBSIDIAN_API_KEY": { "description": "Your API key for the Obsidian MCP Server", "type": "string" }, "OBSIDIAN_VERIFY_SSL": { "default": "false", "description": "Enable SSL verification", "type": "string" }, "RATE_LIMIT_MAX_REQUESTS": { "default": "200", "description": "Max requests per rate limit window", "type": "string" }, "RATE_LIMIT_WINDOW_MS": { "default": "900000", "description": "Rate limit window in milliseconds (default: 15 minutes)", "type": "string" }, "TOOL_TIMEOUT_MS": { "default": "60000", "description": "Tool execution timeout in milliseconds", "type": "string" } }, "required": [ "OBSIDIAN_API_KEY" ], "type": "object" }

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

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