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
Bear Notes MCP
🐻

Bear Notes MCP MCP Server

Beautiful writing app for Apple devices with Markdown support.

bearnotesmarkdownapple

About

## Bear Notes MCP Server: Elegant Note-Taking The **Bear Notes MCP Server** integrates Bear's beautiful note-taking app into Google Antigravity, enabling developers on macOS and iOS to access, search, and manage their markdown notes through AI-assisted workflows. ### Why Bear Notes MCP? - **Beautiful Markdown**: Write in markdown with beautiful formatting and themes - **Hashtag Organization**: Organize notes with nested hashtags like #dev/frontend - **Cross-Linking**: Link notes together with [[wiki-style]] links - **Code Highlighting**: Syntax highlighting for 150+ programming languages - **Quick Export**: Export to PDF, HTML, DOCX, and more ### Key Features #### 1. Note Access and Search ```javascript // Search notes by tag and content const results = await bear.search({ tag: "dev/documentation", term: "API endpoints", limit: 20 }); // Get note content const note = await bear.getNote({ id: results[0].id }); console.log(note.title); console.log(note.content); // Markdown content console.log(note.tags); // ["dev", "dev/documentation"] console.log(note.modificationDate); ``` #### 2. Note Management ```javascript // Create new note with tags const newNote = await bear.createNote({ title: "API Authentication Guide", text: "# Authentication\n\nThis guide covers our auth flow...\n\n```typescript\nconst token = await auth.getToken();\n```", tags: ["dev/backend", "documentation"], pin: false }); // Append to existing note await bear.appendToNote({ id: existingNote.id, text: "\n\n## Updates\n- Added OAuth2 support" }); // Get notes by tag const backendNotes = await bear.getNotesByTag({ tag: "dev/backend" }); ``` ### Configuration ```json { "mcpServers": { "bear-notes": { "command": "npx", "args": ["-y", "@anthropic/mcp-bear"], "env": { "BEAR_API_TOKEN": "your-api-token" } } } } ``` ### Use Cases **Technical Documentation**: Keep code snippets, API references, and architecture notes in a beautiful format. **Learning Journal**: Document learnings, solutions, and best practices with proper code highlighting. **Project Notes**: Organize project-specific notes with nested tags for easy navigation. The Bear Notes MCP Server brings elegant note-taking into your AI-assisted development workflow.

Installation

Configuration
{
  "mcpServers": {
    "bear-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