Skip to main content
Glama
Perufitlife

appwrite-security-mcp

by Perufitlife

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APPWRITE_API_KEYYesYour Appwrite API key with scopes: databases.read, collections.read, projects.read
APPWRITE_ENDPOINTNoThe Appwrite endpoint URLhttps://cloud.appwrite.io/v1
APPWRITE_PROJECT_IDYesYour Appwrite project ID

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
audit_projectA

Scan an Appwrite project for over-permissive collection/document permissions. Returns findings JSON with active-probe confirmation. Caches result for use by other tools.

list_findingsC

List findings from the most recent audit, optionally filtered by severity.

preview_fixA

Describe the proposed permission change for a finding. Appwrite's permission update API replaces the full set, so the agent should output a complete replacement permission list rather than a delta.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: auditing, listing findings, and previewing fixes. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: audit_project, list_findings, preview_fix.

Tool Count5/5

3 tools is well-scoped for a focused security audit tool; each serves a necessary function without bloat.

Completeness3/5

Covers the audit, listing, and preview workflow, but lacks an apply_fix tool to execute changes, leaving a notable gap in the lifecycle.

Maintenance

ActivityInactive
ResponsivenessNo issues