Skip to main content
Glama
package.json786 B
{ "name": "obsidian-mcp-server", "version": "1.0.0", "description": "MCP server for Obsidian integration with Local REST API and Git sync", "type": "module", "main": "src/index.js", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node --test tests/" }, "keywords": [ "mcp", "obsidian", "knowledge-management", "git-sync" ], "author": "Engineers Hub", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "@modelcontextprotocol/server-slack": "^2025.4.25", "dotenv": "^16.4.5", "node-fetch": "^3.3.2", "winston": "^3.11.0", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^20.11.5" }, "engines": { "node": ">=18.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/engineers-hub-ltd-in-house-project/obsidian-mcp-server'

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