Skip to main content
Glama
.gitignore2.27 kB
# Environment and secrets .env .env.local .env.*.local .env.production .env.development .env.test # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments (uv creates .venv by default) .venv/ env/ venv/ ENV/ env.bak/ venv.bak/ # UV package manager # Keep uv.lock for reproducible builds, but exclude temp files .uv_cache/ uv_resolution_cache/ # Testing and coverage .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ coverage.xml *.cover *.py,cover .hypothesis/ test-results/ test-output/ # Type checking .mypy_cache/ .dmypy.json dmypy.json .pyre/ .pytype/ pyrightconfig.json # Linting and formatting .ruff_cache/ # IDEs and editors # Keep useful VS Code project settings for team collaboration # VS Code - Ignore only personal files, keep team configuration .vscode/*.local .vscode/.ropeproject .vscode/temp/ .vscode/c_cpp_properties.json # Keep these files for team collaboration: # .vscode/settings.json - project Python/tool configuration # .vscode/tasks.json - build and test automation # .vscode/launch.json - debugging configuration # .vscode/extensions.json - recommended extensions for team .idea/ *.swp *.swo *~ .sublime-project .sublime-workspace # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db Desktop.ini # Logs *.log logs/ *.log.* server.log mcp*.log obsidian-mcp*.log # Temporary files *.tmp *.temp *.bak *.backup *~ # MCP specific files mcp-logs/ prompts_backup/ *.prompt.tmp # Documentation builds docs/_build/ site/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Package managers (keep uv.lock for reproducibility) Pipfile.lock poetry.lock requirements*.txt.lock # Obsidian MCP Server specific # Note: We generally want to keep prompts/ folder but exclude sensitive data prompts/sensitive/ prompts/private/ vault_backup/ test_vault/ # Claude Desktop logs (if any) claude_*.log # FastMCP specific fastmcp.log # Runtime data runtime/ data/temp/ cache/ # Development and debugging debug/ profiling/ *.prof *.pstats # Build artifacts from different tools .build/ .eggs/ __pypackages__/

Latest Blog Posts

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

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