Neural Seam host adapter for the Antigravity CLI (agy): MCP server, /neural-seam:ns-* skills, project rule and lifecycle hooks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"neural-seam-antigrav": {
"command": "npx",
"args": [
"-y",
"NeuralSeam/neural-seam-antigravity"
]
}
}
}
Run in terminal:
claude mcp add neural-seam-antigrav npx -y NeuralSeam/neural-seam-antigravity
Add to .cursor/mcp.json:
{
"mcpServers": {
"neural-seam-antigrav": {
"command": "npx",
"args": [
"-y",
"NeuralSeam/neural-seam-antigravity"
]
}
}
}