Skip to main content
Glama
package.json1.28 kB
{ "name": "obsidian-mcp-server", "version": "1.0.0", "description": "A server for the Obsidian Model Context Protocol.", "keywords": [ "obsidian", "mcp", "model context protocol", "server" ], "type": "module", "bin": { "obsidian-mcp-server": "build/index.js" }, "repository": { "type": "git", "url": "https://github.com/sunub/obsidian-mcp-server" }, "files": [ "build" ], "exports": { ".": "./build/index.js" }, "module": "src/index.ts", "scripts": { "smithery:dev": "npx @smithery/cli dev", "smithery:build": "npx @smithery/cli build", "test": "vitest", "test:watch": "vitest --watch", "build": "tsc && tsc-alias && chmod 755 build/index.js", "inspector": "npx -y @modelcontextprotocol/inspector node ./build/index.js" }, "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "dotenv": "^17.2.2", "gray-matter": "^4.0.3", "zod": "^3.25.76" }, "devDependencies": { "@smithery/cli": "^1.2.31", "@types/node": "^24.3.1", "jsdom": "^27.0.0", "prettier": "^3.6.2", "tsc-alias": "^1.8.16", "tsx": "^4.20.5", "typescript": "^5.9.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" } }

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

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