appwrite-console-mcp
Provides root-level access to all Appwrite projects, allowing management of projects, organizations, and arbitrary API calls across the entire Appwrite instance.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@appwrite-console-mcplist my projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
appwrite-console-mcp
MCP-сервер с рут-доступом ко всем проектам Appwrite. Логинится рут-аккаунтом в
контексте console, а для данных конкретного проекта на лету выпускает ключ со
всеми скоупами. Один эндпоинт = весь инстанс + управление проектами.
Инструменты
appwrite_request— универсальный вызов:target(consoleили ID проекта),method,path(без/v1), опциональноquery/body.list_projects,list_organizations,create_project,delete_project.
Переменные окружения
APPWRITE_ENDPOINT— напр.https://appwrite.example.com/v1APPWRITE_EMAIL,APPWRITE_PASSWORD— рут-аккаунт (MFA выключен)MCP_SECRET— токен в пути HTTP-эндпоинта (авторизация коннектора)PORT— по умолчанию 8000
Запуск (Docker / Coolify)
Деплой из репозитория как Dockerfile. Контейнер поднимает MCP по stdio и отдаёт
его как Streamable HTTP через supergateway. Коннектор Claude.ai:
https://<домен>/<MCP_SECRET>/mcp.
Локально (stdio, без моста):
APPWRITE_ENDPOINT=... APPWRITE_EMAIL=... APPWRITE_PASSWORD=... node index.mjsThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/antsincgame/appwrite-console-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server