Appwrite Security
FreeNot checkedMCP server for Appwrite security audits that scans permissions and provides structured fix proposals, with active live leak confirmation via anonymous fetch.
About
MCP server for Appwrite security audits that scans permissions and provides structured fix proposals, with active live leak confirmation via anonymous fetch.
README
MCP server for Appwrite security audits. Scan permissions, get a structured fix proposal, all from inside Claude Code, Cursor, or Cline. Active probe confirms every leak live with an anonymous fetch.
Tools
| Tool | What it does |
|---|---|
audit_project |
Scans the Appwrite project, returns findings JSON. Active probe ON by default. Caches result. |
list_findings |
Lists cached findings by index, optionally filtered by severity. |
preview_fix |
Describes the proposed permission change for a finding (Appwrite PATCH replaces the full perms array, not merges, so the agent constructs the new list manually). |
apply_fix is intentionally not in v0.1 because Appwrite permission updates are full-replacement — a partial agent diff would silently drop perms. Apply manually in the Appwrite console after preview_fix.
Install
{
"mcpServers": {
"appwrite-security": {
"command": "npx",
"args": ["-y", "@perufitlife/appwrite-security-mcp"],
"env": {
"APPWRITE_ENDPOINT": "https://cloud.appwrite.io/v1",
"APPWRITE_PROJECT_ID": "...",
"APPWRITE_API_KEY": "..."
}
}
}
}
API key needs scopes: databases.read, collections.read, projects.read.
License
MIT. Open source. Built by @Perufitlife.
For the standalone CLI, see https://github.com/Perufitlife/appwrite-security-skill For Supabase MCP, see https://github.com/Perufitlife/supabase-security-mcp For PocketBase MCP, see https://github.com/Perufitlife/pocketbase-security-mcp
Installing Appwrite Security
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Perufitlife/appwrite-security-mcpFAQ
Is Appwrite Security MCP free?
Yes, Appwrite Security MCP is free — one-click install via Unyly at no cost.
Does Appwrite Security need an API key?
No, Appwrite Security runs without API keys or environment variables.
Is Appwrite Security hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Appwrite Security in Claude Desktop, Claude Code or Cursor?
Open Appwrite Security on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Appwrite Security with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
