← ydb-qdrant.tech
INDIVIDUAL MCP TOOL
refine_interface
Use to refine a previously generated Gravity AI UI composed payload with a natural-language instruction.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gravity-ai-ui]
url = "https://gravity-ai.ydb-qdrant.tech/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gravity-ai-ui": {
"type": "http",
"url": "https://gravity-ai.ydb-qdrant.tech/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gravity-ai-ui
Remote MCP URL: https://gravity-ai.ydb-qdrant.tech/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gravity-ai-ui": {
"url": "https://gravity-ai.ydb-qdrant.tech/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gravity-ai-ui": {
"type": "http",
"url": "https://gravity-ai.ydb-qdrant.tech/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gravity-ai-ui",
"transport": "streamable-http",
"url": "https://gravity-ai.ydb-qdrant.tech/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_interfaces— Use to discover public liked Gravity AI UI interface drafts by title, summary, or id.get_interface— Use when you already have a public Gravity AI UI gallery id and need the sanitized public interface metadata, composed payload, thumbnail URLs, page URL, and copyable React code.generate_interface— Use to generate a new Gravity AI UI composed interface from a prompt.