We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iansinnott/obsidian-claude-code-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
package-lock.json
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# Development artifacts
tmp/
*.backup
*.patch
*-refactored.*
REFACTORING_GUIDE.md
migrate-to-refactored.sh
main-refactored.patch
# Testing and development files
test-*.js
terminal-pty-research.md
plan.md
# Build artifacts
*.tsbuildinfo
# IDE files
*.log
.env