Skip to main content
Glama

Obsidian MCP Server - Enhanced

by BoweyLou
package.json•3.06 kB
{ "name": "obsidian-mcp-server", "version": "2.1.0", "description": "Obsidian Knowledge-Management MCP (Model Context Protocol) server that enables AI agents and development tools to interact with an Obsidian vault. It provides a comprehensive suite of tools for reading, writing, searching, and managing notes, tags, and frontmatter, acting as a bridge to the Obsidian Local REST API plugin.", "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "bin": { "obsidian-mcp-server": "dist/index.js" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/BoweyLou/obsidian-mcp-server-enhanced.git" }, "bugs": { "url": "https://github.com/BoweyLou/obsidian-mcp-server-enhanced/issues" }, "homepage": "https://github.com/BoweyLou/obsidian-mcp-server-enhanced#readme", "scripts": { "build": "tsc && node --loader ts-node/esm scripts/make-executable.ts dist/index.js", "start": "node dist/index.js", "start:stdio": "MCP_LOG_LEVEL=debug MCP_TRANSPORT_TYPE=stdio node dist/index.js", "start:http": "MCP_LOG_LEVEL=debug MCP_TRANSPORT_TYPE=http node dist/index.js", "rebuild": "ts-node --esm scripts/clean.ts && npm run build", "fetch:spec": "ts-node --esm scripts/fetch-openapi-spec.ts", "docs:generate": "typedoc --tsconfig ./tsconfig.typedoc.json", "tree": "ts-node --esm scripts/tree.ts", "format": "prettier --write \"**/*.{ts,js,json,md,html,css}\"", "inspect": "mcp-inspector --config mcp.json", "inspect:stdio": "mcp-inspector --config mcp.json --server obsidian-mcp-server-stdio", "inspect:http": "mcp-inspector --config mcp.json --server obsidian-mcp-server-http" }, "dependencies": { "@modelcontextprotocol/inspector": "^0.14.0", "@modelcontextprotocol/sdk": "^1.12.1", "@types/jsonwebtoken": "^9.0.9", "@types/sanitize-html": "^2.16.0", "@types/validator": "13.15.1", "axios": "^1.9.0", "chrono-node": "2.8.0", "date-fns": "^4.1.0", "dotenv": "^16.5.0", "express": "^5.1.0", "ignore": "^7.0.5", "jose": "^6.0.11", "jsonwebtoken": "^9.0.2", "openai": "^5.3.0", "partial-json": "^0.1.7", "sanitize-html": "^2.17.0", "tiktoken": "^1.0.21", "ts-node": "^10.9.2", "typescript": "^5.8.3", "validator": "13.15.15", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", "yargs": "^18.0.0", "zod": "^3.25.63" }, "keywords": [ "mcp", "model-context-protocol", "obsidian", "obsidian-md", "ai", "llm", "agent", "automation", "api", "server", "typescript", "knowledge-management", "note-taking", "rest-api", "integration" ], "author": "Casey Hand @cyanheads", "license": "Apache-2.0", "engines": { "node": ">=16.0.0" }, "devDependencies": { "@types/express": "^5.0.3", "@types/js-yaml": "^4.0.9", "@types/node": "^24.0.1", "js-yaml": "^4.1.0", "prettier": "^3.5.3", "typedoc": "^0.28.5" } }

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

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