.PHONY: test
install:
poetry install --with dev --with test
poetry run pre-commit install --install-hooks
clean:
rm -rf .memos
rm -rf .pytest_cache
rm -rf .ruff_cache
rm -rf tmp
test:
poetry run pytest tests
format:
poetry run ruff check --fix
poetry run ruff format
pre_commit:
poetry run pre-commit run -a
serve:
poetry run uvicorn memos.api.start_api:app
openapi:
poetry run python scripts/export_openapi.py --output docs/openapi.json
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/qinshu1109/memos-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server