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 FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 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
RemNote
brain

RemNote MCP Server

Thinking and learning tool

learningspaced-repetitionnotes

About

## RemNote MCP Server: Knowledge Management Platform The **RemNote MCP Server** integrates RemNote knowledge management into Google Antigravity, enabling AI-assisted note-taking, spaced repetition learning, and knowledge organization. ### Why RemNote MCP? - **Integrated Learning**: Notes automatically become flashcards - **Spaced Repetition**: Built-in SRS for long-term retention - **Hierarchical Notes**: Organize knowledge in nested structures - **References**: Bi-directional links between concepts - **PDF Annotation**: Annotate PDFs with linked notes ### Key Features #### 1. Note Creation ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create RemNote document for Python concepts with flashcard formatting" }] ) ``` #### 2. Flashcard Practice ```python # Practice flashcards response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show due flashcards and track study progress" }] ) ``` #### 3. Search ```python # Search notes response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search RemNote for all references to machine learning" }] ) ``` #### 4. Document Import ```python # Import content response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Import PDF and create linked notes from highlights" }] ) ``` ### Configuration ```json { "mcpServers": { "remnote": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-remnote"], "env": { "REMNOTE_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Study**: Learn and retain information effectively. **Research**: Organize research with connected notes. **Professional Development**: Continuous learning with SRS. **Knowledge Base**: Build personal knowledge base. The RemNote MCP Server brings learning-focused note-taking into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "remnote": {
      "mcpServers": {
        "remnote": {
          "env": {
            "REMNOTE_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "remnote-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get RemNote API key
  2. 2Configure access
  3. 3Manage documents and flashcards

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