Skip to main content
Glama
package.json•985 B
{ "name": "obsidian-mcp-server", "version": "1.0.0", "description": "Custom MCP server for Obsidian vault integration with AI workflows and external integrations", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "dev:http": "tsx src/server-http.ts", "start": "node dist/index.js", "start:http": "node dist/server-http.js", "watch": "tsc --watch" }, "keywords": [ "mcp", "obsidian", "model-context-protocol", "ai", "claude" ], "author": "Nolan", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "dotenv": "^17.2.3", "express": "^4.21.2", "glob": "^11.0.0", "gray-matter": "^4.0.3", "simple-git": "^3.27.0", "zod": "^3.24.1" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.10.2", "tsx": "^4.19.2", "typescript": "^5.7.2" }, "engines": { "node": ">=20.0.0" } }

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

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