Files
app-write-mcp/appwrite-config.json.template
Midoshki d0db180121 Initial commit: Complete Appwrite MCP Server
- Comprehensive Appwrite integration with 50+ tools
- Smart schema operations (auto-detect, validate, migrate)
- Data analysis and insights capabilities
- Full CRUD operations for databases, collections, documents
- User management, storage, functions, and teams support
- Removed problematic natural language query features
- Clean TypeScript implementation with proper error handling

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-24 19:21:55 +03:00

5 lines
117 B
Plaintext

{
"projectId": "YOUR_PROJECT_ID_HERE",
"apiEndpoint": "YOUR_API_ENDPOINT_HERE",
"apiKey": "YOUR_API_KEY_HERE"
}