Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
@kazuph/mcp-obsidian
Claim
by
kazuph
npm
GitHub
Note Taking
Developer Tools
JavaScript
MIT License
15
1
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
scripts
src
CODE_OF_CONDUCT.md
CONTRIBUTING.md
.gitattributes
.gitignore
LICENSE
.npmrc
package.json
package-lock.json
README.md
SECURITY.md
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }