Skip to main content
Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
en
es
ja
ko
zh
English
Spanish
Japanese
Korean
Chinese
Obsidian
by
smithery-ai
Claim
npm
GitHub
Note Taking
Knowledge & Memory
File Systems
JavaScript
AGPL 3.0
1,530
718
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-obsidian
images
Dockerfile
.gitignore
index.ts
LICENSE
package.json
package-lock.json
.prettierrc
README.md
tsconfig.json
FROM node:18-slim WORKDIR /app RUN npm install -g typescript shx COPY . . RUN npm ci && \ npm run build ENTRYPOINT ["node", "dist/index.js"]
ID: 8muzkxrhya