Antigravity Link
Rank #6,489io.github.cafeTechne/antigravity-link
MCP server providing antigravity-link capabilities
Antigravity Link is a Model Context Protocol (MCP) server published by cafetechne. It ranks #6,489 of 132,345 servers tracked on MCP Toplist, and its repository has 212 GitHub stars. Antigravity Link is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Jan 26, 2026 and most recently updated on Mar 31, 2026.
Ranks ahead of 125,856 of 132,345 servers on MCP Toplist.
Use Antigravity Link
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add antigravity-link -e "AG_BRIDGE_URL=<your AG_BRIDGE_URL>" -e "AG_BRIDGE_TOKEN=<your AG_BRIDGE_TOKEN>" -- npx -y antigravity-link-extensionReplace each placeholder with your own value before saving.
[mcp_servers.antigravity-link]
command = "npx"
args = ["-y", "antigravity-link-extension"]
[mcp_servers.antigravity-link.env]
AG_BRIDGE_URL = "<your AG_BRIDGE_URL>"
AG_BRIDGE_TOKEN = "<your AG_BRIDGE_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"antigravity-link": {
"command": "npx",
"args": [
"-y",
"antigravity-link-extension"
],
"env": {
"AG_BRIDGE_URL": "<your AG_BRIDGE_URL>",
"AG_BRIDGE_TOKEN": "<your AG_BRIDGE_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"antigravity-link": {
"command": "npx",
"args": [
"-y",
"antigravity-link-extension"
],
"env": {
"AG_BRIDGE_URL": "<your AG_BRIDGE_URL>",
"AG_BRIDGE_TOKEN": "<your AG_BRIDGE_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"antigravity-link": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"antigravity-link-extension"
],
"env": {
"AG_BRIDGE_URL": "<your AG_BRIDGE_URL>",
"AG_BRIDGE_TOKEN": "<your AG_BRIDGE_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"antigravity-link": {
"command": "npx",
"args": [
"-y",
"antigravity-link-extension"
],
"env": {
"AG_BRIDGE_URL": "<your AG_BRIDGE_URL>",
"AG_BRIDGE_TOKEN": "<your AG_BRIDGE_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"antigravity-link": {
"command": "npx",
"args": [
"-y",
"antigravity-link-extension"
],
"env": {
"AG_BRIDGE_URL": "<your AG_BRIDGE_URL>",
"AG_BRIDGE_TOKEN": "<your AG_BRIDGE_TOKEN>"
}
}
}
}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.cafeTechne%2Fantigravity-link)<a href="https://mcptoplist.com/server/io.github.cafeTechne%2Fantigravity-link"><img src="https://mcptoplist.com/badge/io.github.cafeTechne%2Fantigravity-link.svg" alt="MCP Toplist: Top 5% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
cafetechne
Available versions (2)
| Version | Published |
|---|---|
| 1.0.13 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Antigravity Link?
- Antigravity Link is maintained by cafetechne, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Antigravity Link listed on the Official MCP Registry?
- Yes — Antigravity Link is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Antigravity Link have?
- MCP Toplist tracks 2 versions of Antigravity Link, most recently published on Mar 31, 2026.
- Where can I find the source code for Antigravity Link?
- The source code for Antigravity Link is hosted at github.com/cafetechne/antigravity-link-extension.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.