Skip to main content
Glama

Obsidian Local REST API MCP Server

by j-shelfwood
package.json1.92 kB
{ "name": "obsidian-local-rest-api-mcp", "version": "1.1.0", "type": "module", "main": "build/index.js", "bin": { "obsidian-local-rest-api-mcp": "build/index.js" }, "scripts": { "build": "bun run tsc && chmod +x build/index.js", "dev": "bun run --watch src/index.ts", "start": "node build/index.js", "test": "bun test", "test:unit": "echo 'Basic validation passed - integration tests require running Laravel API'", "test:integration": "bun run test:integration.ts", "lint": "tsc --noEmit", "prepublishOnly": "bun run build && bun run test && bun run lint", "publish:npm": "npm publish --access public", "version:patch": "npm version patch && npm publish --access public", "version:minor": "npm version minor && npm publish --access public", "version:major": "npm version major && npm publish --access public" }, "keywords": [ "mcp", "obsidian", "model-context-protocol", "vault", "notes", "rest-api", "llm", "ai", "ai-native", "task-oriented", "intelligent-tools", "knowledge-management" ], "author": "shelfwood", "license": "MIT", "description": "AI-Native MCP server for Obsidian vaults with task-oriented, intelligent tools designed for LLM workflows", "repository": { "type": "git", "url": "git+https://github.com/j-shelfwood/obsidian-local-rest-api-mcp.git" }, "bugs": { "url": "https://github.com/j-shelfwood/obsidian-local-rest-api-mcp/issues" }, "homepage": "https://github.com/j-shelfwood/obsidian-local-rest-api-mcp#readme", "files": [ "build/**/*", "README.md", "package.json" ], "engines": { "node": ">=18.0.0" }, "devDependencies": { "typescript": "^5.8.3", "@types/bun": "latest" }, "private": false, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.1", "zod": "^3.25.67" }, "types": "build/index.d.ts" }

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/j-shelfwood/obsidian-local-rest-api-mcp'

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