We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quinny1187/obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "obsidian-mcp",
"version": "1.0.0",
"description": "MCP server for direct Obsidian vault access",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc && node dist/index.js",
"start": "node dist/index.js",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit"
},
"keywords": [
"mcp",
"obsidian",
"vault",
"notes"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"gray-matter": "^4.0.3",
"winston": "^3.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^22.10.5",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18.0.0"
}
}