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
Just Prompt Multi-LLM MCP
cpu

Just Prompt Multi-LLM MCP MCP Server

Unified interface to multiple LLM providers

llmopenaianthropicgeminigroqollama

About

## Just Prompt MCP Server: Simple Prompt Templates The **Just Prompt MCP Server** provides streamlined prompt template management for Google Antigravity. This integration simplifies working with prompt templates, variable substitution, and prompt versioning for consistent AI interactions. ### Why Just Prompt MCP? Simple prompts power effective AI: - **Template Management**: Organize prompts easily - **Variable Substitution**: Dynamic prompt generation - **Version Control**: Track prompt changes - **Sharing**: Share prompts across team - **Testing**: Compare prompt effectiveness ### Key Features #### 1. Template Definition ```python from just_prompt import PromptManager pm = PromptManager() # Define reusable templates pm.create_template( name="code_review", template="""Review this {{language}} code for: - Security vulnerabilities - Performance issues - Best practices Code: ```{{language}} {{code}} ```""" ) ``` #### 2. Prompt Generation ```python # Generate prompts with variables prompt = pm.render("code_review", { "language": "python", "code": code_to_review }) # Use in AI calls response = llm.complete(prompt) ``` #### 3. Prompt Versioning ```python # Version prompts pm.update_template( name="code_review", template=updated_template, message="Added edge case handling" ) # Rollback if needed pm.rollback("code_review", version=1) # Compare versions diff = pm.diff("code_review", v1=1, v2=2) ``` ### Configuration ```json { "mcpServers": { "just-prompt": { "command": "npx", "args": ["-y", "@anthropic/mcp-just-prompt"], "env": { "PROMPT_STORAGE": "~/.prompts", "DEFAULT_FORMAT": "jinja2" } } } } ``` ### Use Cases **Prompt Library**: Build a library of tested, effective prompts. **Consistency**: Ensure consistent AI interactions across team. **A/B Testing**: Compare different prompt variations. The Just Prompt MCP Server simplifies prompt management for Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "just-prompt": {
      "mcpServers": {
        "just-prompt": {
          "env": {
            "GROQ_API_KEY": "YOUR_KEY",
            "OPENAI_API_KEY": "YOUR_KEY",
            "ANTHROPIC_API_KEY": "YOUR_KEY"
          },
          "args": [
            "-y",
            "just-prompt-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Configure API keys for each provider
  2. 2Ollama runs locally without API key
  3. 3Unified LLM access

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