Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Standard Notes MCP
🔐

Standard Notes MCP MCP Server

End-to-end encrypted notes app with cross-platform sync.

notesencryptedprivacysync

About

## Standard Notes MCP Server: Encrypted Notes The **Standard Notes MCP Server** integrates Standard Notes' privacy-focused note-taking app into Google Antigravity, enabling developers to manage encrypted notes through AI-assisted secure documentation workflows. ### Why Standard Notes MCP? - **End-to-End Encryption**: Zero-knowledge encryption by default - **Open Source**: Fully open-source with audited code - **100-Year Company**: Commitment to long-term sustainability - **Extensions**: Rich extensions for code editing, spreadsheets, and more - **Cross-Platform**: Available on all major platforms ### Key Features #### 1. Note Operations ```javascript // Create encrypted note const note = await standardNotes.createNote({ title: "API Credentials", content: "Production API keys and secrets...", tags: ["credentials", "sensitive"] }); // Search notes const results = await standardNotes.search({ query: "database credentials", tags: ["sensitive"] }); // Get note content const noteContent = await standardNotes.getNote({ id: note.id }); // Update note await standardNotes.updateNote({ id: note.id, content: updatedContent, tags: [...note.tags, "updated"] }); ``` #### 2. Tags and Organization ```javascript // List tags const tags = await standardNotes.listTags(); // Create tag const tag = await standardNotes.createTag({ title: "Production Secrets" }); // Get notes by tag const taggedNotes = await standardNotes.getNotesByTag({ tagId: tag.id }); // Archive note await standardNotes.archiveNote({ id: note.id }); // Export notes const backup = await standardNotes.exportNotes({ format: "txt", tags: ["documentation"] }); ``` ### Configuration ```json { "mcpServers": { "standard-notes": { "command": "npx", "args": ["-y", "@anthropic/mcp-standard-notes"], "env": { "STANDARD_NOTES_EMAIL": "your-email@example.com", "STANDARD_NOTES_PASSWORD": "your-password", "STANDARD_NOTES_SERVER": "https://sync.standardnotes.org" } } } } ``` ### Use Cases **Sensitive Documentation**: Store credentials and sensitive information securely. **Private Notes**: Keep personal development notes encrypted and private. **Compliance**: Meet security requirements with audited encryption. The Standard Notes MCP Server brings privacy-first notes to your development workflow.

Installation

Configuration
{
  "mcpServers": {
    "standard-notes": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers