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
Makefile•319 B
.PHONY: install dev test lint clean verify
install:
uv sync
dev:
uv run obsidian-mcp-server
test:
uv run pytest tests/
lint:
uv run ruff check .
uv run pyright .
format:
uv run ruff check --fix .
uv run ruff format .
verify:
uv run python scripts/verify_agents.py
uv run python scripts/verify_youtube.py