mcp-connector-generator
mcp-connector-generator
This skill helps you connect your AI agent to external data and tools using the Model Context Protocol (MCP). It provides boilerplate for the three most common connection types seen in production.
Usage
Ask Antigravity to:
- "Connect my agent to Reddit via MCP"
- "Add the Google Cloud Docs (Knowledge) toolset"
- "Create a connector for my local Nano Banana script"
Connection Patterns
- Local Subprocess (stdio): Best for npm-based servers (like reddit-mcp) or local Python scripts. Injects secrets into the environment.
- Remote Endpoint (HTTP): Used for managed services like the Developer Knowledge MCP server. Pass API keys in headers.
- Local Script (uv run): Executes a specific entrypoint within a project folder.
Python Boilerplate
More from googlecloudplatform/devrel-demos
go-backend-dev
Specialist in implementing robust HTTP services and APIs in Go. Activates for "endpoint", "handler", "API", "server".
41go-reviewer
Expert code reviewer focusing on idiomatic Go, concurrency safety, and clean code principles. Activates for "review", "idiomatic", "refactor".
41go-architect
Expert in Go project scaffolding, standard layout compliance, and dependency management. Activates for "new project", "structure", "layout".
36go-test-expert
Expert in Go testing patterns, table-driven tests, httptest, benchmarking, and fuzzing. Activates for "test", "fail", "benchmark", "debug", "fuzz".
35latest-software-version
>
34go-project-setup
>
26