eglebov133-sudo/antigravity-context-mcp
MCP server that gives Antigravity its memory back
Platform-specific configuration:
{
"mcpServers": {
"antigravity-context-mcp": {
"command": "npx",
"args": [
"-y",
"antigravity-context-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
You've been coding with your AI agent for two hours. The feature is almost done. You're in the flow.
Then the context window overflows. The session crashes.
You open a new chat. The agent looks at you like you've never met. *"Hi! How can I help you today?"*
Everything you built together β the decisions, the architecture, the twenty files you touched β gone. You start explaining from scratch. Again.
This MCP server gives Antigravity its memory back.
π·πΊ Π§ΠΈΡΠ°ΡΡ Π½Π° ΡΡΡΡΠΊΠΎΠΌ
---
Session crashed. New chat. You type:
> *"continue"*
The agent calls recall and gets the task checklist from the last session β what was done, what's in progress, where things stopped.
Need more detail?
> *"show me the details of that session"*
The agent fetches the full context β walkthrough, plan, decisions made.
Want to look back at the week?
> *"show recent sessions"*
You get a list with dates and titles. Pick one β the agent loads details only for that session.
Context loads progressively β the agent decides how much it needs. Not everything at once, but on demand, like a normal conversation.
Paste the link to this repo into an Antigravity chat:
> *"install this MCP server: https://github.com/eglebov133-sudo/antigravity-context-mcp"*
The agent will clone it, install dependencies, and configure everything. Restart Antigravity β done.
<details> <summary>Manual installation</summary>
git clone https://github.com/eglebov133-sudo/antigravity-context-mcp.git
cd antigravity-context-mcp
npm installAdd to ~/.gemini/antigravity/mcp_config.json:
{
"mcpServers": {
"context": {
"command": "node",
"args": ["/path/to/antigravity-context-mcp/server.js"]
}
}
}Restart Antigravity.
</details>
The server taps into what Antigravity already stores but doesn't use between sessions:
-
Loading reviews...