Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.neblla]
url = "https://neblla.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neblla": {
"type": "http",
"url": "https://neblla.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neblla
Remote MCP URL: https://neblla.com/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": {
"neblla": {
"url": "https://neblla.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neblla": {
"type": "http",
"url": "https://neblla.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neblla",
"transport": "streamable-http",
"url": "https://neblla.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
neblla_get_llms— Fetch the Neblla developer guide (llms.neblla_get_app_url— Returns the canonical public URL for a Neblla app in the gallery.neblla_validate_requirements— Walk the SAME decision map the Neblla dashboard wizard uses, before creating an app.neblla_create_app— Create a new Neblla app.neblla_list_apps— List all apps owned by the authenticated developer.neblla_delete_app— Permanently delete an app and all its files.neblla_update_app— Update an app's configuration.neblla_upload_file— Upload or update a file for an app.