AI knowledge base for Google Antigravity.

Give Antigravity’s agents your design system docs, QA checklists and product decisions. Add Perfect Wiki as an MCP server once, and every agent task can read your knowledge base β€” and update it when things change.

No credit cardSetup in under 10 minutesCancel anytime
01MCP setup

Connect Google Antigravity in two minutes.

Open the raw MCP config, add Perfect Wiki with a serverUrl entry, then authenticate from Agent Settings. Your agents discover the Perfect Wiki tools on their own.

  • β†’Global config, or per workspace in .agents/mcp_config.json
  • β†’Uses serverUrl β€” the key Antigravity expects for remote servers
  • β†’OAuth sign-in from Agent Settings β†’ Customizations
~/.gemini/config/mcp_config.json Β· Antigravity
{
"mcpServers": {
"perfect-wiki": {
"serverUrl": "https://api.perfectwiki.xyz/mcp"
}
}
}
02Read & write

Agents build to your standards β€” not to their training data.

Antigravity agents plan and carry out whole tasks. With Perfect Wiki connected, they check your design docs, acceptance criteria and team conventions along the way β€” and can document what they changed.

  • β†’Design and product docs available to every agent task
  • β†’Acceptance criteria pulled straight from the spec page
  • β†’Pages created or updated when you grant write access
Antigravity Β· Agent
Build the empty state for the Projects page β€” follow our design system.
βš™ ask Β· empty state guidelinesβš™ get_page Β· Design System: Empty States
Following β€œDesign System: Empty States”: 120px illustration, a one-sentence headline and a single primary action. Built in ProjectsEmpty.tsx using the existing EmptyState component.
Setup guide

How to connect Perfect Wiki to Google Antigravity.

  1. 1In Antigravity, open the … menu β†’ MCP Servers β†’ Manage MCP Servers β†’ View raw config.
  2. 2Under mcpServers, add perfect-wiki with "serverUrl": "https://api.perfectwiki.xyz/mcp" and save. Use serverUrl β€” url and httpUrl are not accepted.
  3. 3Open Agent Settings (Cmd/Ctrl+,) β†’ Customizations and click Authenticate for perfect-wiki. In the agy CLI, /mcp opens the MCP manager.
  4. 4Sign in to Perfect Wiki, pick the knowledge base and click Allow access.

More details in the Perfect Wiki MCP server guide and Google Antigravity's MCP documentation.

Prefer a static API token?
~/.gemini/config/mcp_config.json Β· API token
{
"mcpServers": {
"perfect-wiki": {
"serverUrl": "https://api.perfectwiki.xyz/mcp",
"headers": {
"Authorization": "Bearer your-api-token"
}
}
}
}

Generate a token in the Perfect Wiki settings of the knowledge base you want to expose. Each token is scoped to a single knowledge base and has read & write access.

Use cases

What your team does with Perfect Wiki in Google Antigravity.

Design system on tap

Agents check spacing, component and copy guidelines before touching the UI, so generated screens look like the rest of your product.

> Check our button guidelines, then fix the inconsistent CTAs in Settings.

QA checklists in the loop

Hand the agent your release checklist from the wiki and let it verify each item against the branch before anyone clicks merge.

> Run through the release QA checklist from Perfect Wiki for this branch.

Decision logs that keep up

When an agent makes an architectural call, have it record the reasoning in your decision log while the context is still fresh.

> Record why we moved to server components on the Architecture Decisions page.
The full toolset
ask()

Ask a natural-language question and get an AI answer with sources.

list_pages()

List every page in the connected knowledge base.

get_page()

Read the full content of a specific page.

create_page()

Create a new page β€” draft SOPs straight from chat.

update_page()

Update an existing page, so SOPs never go stale.

delete_page()

Remove pages that are no longer needed.

get_knowledgebase()

Get info about the connected knowledge base.

Free SOP templates

Start from a ready-made SOP. Keep it alive here.

Download any of our 284 standard operating procedure templates in Word, PDF, Excel or CSV, no sign-up needed. Then put it in Perfect Wiki so your team can find it and ask about it.

Browse all 284 SOP templates β†’
Common questions

Frequently asked questions

Didn't find what you're looking for? Contact our support β†’

Ready when you are

Put your SOPs to work in Google Antigravity.

Keep your SOPs, manuals and FAQs in Perfect Wiki β€” and give your whole team answers right where they work.

No credit cardSetup in under 10 minutesCancel anytime