Ask Llm
Rank #29,234io.github.Lykhoyda/ask-antigravity
Bridge Claude with Google's Antigravity CLI (agy) for code review and second opinions
Ask Llm is a Model Context Protocol (MCP) server published by Lykhoyda. It ranks #29,234 of 115,460 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Ask Llm is listed on Official MCP, with 2 tracked versions. It was first listed on Jun 8, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 86,226 of 115,460 servers on MCP Toplist.
Use Ask Llm
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ask-antigravity -e "ASK_ANTIGRAVITY_TIMEOUT_MS=<your ASK_ANTIGRAVITY_TIMEOUT_MS>" -e "ASK_ANTIGRAVITY_SANDBOX=<your ASK_ANTIGRAVITY_SANDBOX>" -e "GMCPT_LOG_LEVEL=<your GMCPT_LOG_LEVEL>" -- npx -y @ask-llm/antigravity-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ask-antigravity]
command = "npx"
args = ["-y", "@ask-llm/antigravity-mcp"]
[mcp_servers.ask-antigravity.env]
ASK_ANTIGRAVITY_TIMEOUT_MS = "<your ASK_ANTIGRAVITY_TIMEOUT_MS>"
ASK_ANTIGRAVITY_SANDBOX = "<your ASK_ANTIGRAVITY_SANDBOX>"
GMCPT_LOG_LEVEL = "<your GMCPT_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-antigravity": {
"command": "npx",
"args": [
"-y",
"@ask-llm/antigravity-mcp"
],
"env": {
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-antigravity": {
"command": "npx",
"args": [
"-y",
"@ask-llm/antigravity-mcp"
],
"env": {
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ask-antigravity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ask-llm/antigravity-mcp"
],
"env": {
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-antigravity": {
"command": "npx",
"args": [
"-y",
"@ask-llm/antigravity-mcp"
],
"env": {
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-antigravity": {
"command": "npx",
"args": [
"-y",
"@ask-llm/antigravity-mcp"
],
"env": {
"ASK_ANTIGRAVITY_TIMEOUT_MS": "<your ASK_ANTIGRAVITY_TIMEOUT_MS>",
"ASK_ANTIGRAVITY_SANDBOX": "<your ASK_ANTIGRAVITY_SANDBOX>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Lykhoyda%2Fask-antigravity)<a href="https://mcptoplist.com/server/io.github.Lykhoyda%2Fask-antigravity"><img src="https://mcptoplist.com/badge/io.github.Lykhoyda%2Fask-antigravity.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Lykhoyda
Other servers by Lykhoyda
View all Lykhoyda servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.0 | Jul 24, 2026 |
| 0.1.0 | Jun 8, 2026 |
Frequently asked questions
- Who maintains Ask Llm?
- Ask Llm is maintained by Lykhoyda, which publishes 10 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Ask Llm listed on the Official MCP Registry?
- Yes — Ask Llm is listed on the Official MCP Registry.
- How many versions does Ask Llm have?
- MCP Toplist tracks 2 versions of Ask Llm, most recently published on Jul 24, 2026.
- Where can I find the source code for Ask Llm?
- The source code for Ask Llm is hosted at github.com/Lykhoyda/ask-llm.