MCP Setup

Spawns and configures Model Context Protocol (MCP) integrations for ShizukuPlus.

thejaustin 9a5944d 1.1 KB Updated

File contents

MCP Configuration Setup Skill

This skill ensures standard MCP servers are available for context augmentation.

Execution Steps:

  1. Initialize Global Config: Antigravity uses a standard mcp.json or runs them directly via npx. To immediately spawn the Google Developer documentation or GitHub MCP inside your shell context during a task, invoke them via the run_command tool in the background:

    npx -y @modelcontextprotocol/server-github
    
  2. Persistent Setup: If the user has a central configuration file (e.g. Claude Desktop or similar client), append the following:

    {
      "mcpServers": {
        "github": {
          "command": "npx",
          "args": ["-y", "@modelcontextprotocol/server-github"]
        },
        "google-maps": {
          "command": "npx",
          "args": ["-y", "@modelcontextprotocol/server-google-maps"]
        }
      }
    }
    

thejaustin/shizukuplus/tree/main/.agents/skills/mcp-setup commit 9a5944d66b

Frequently asked questions

npx skillmds@latest add thejaustin/mcp-setup