Start your free trial.
Your Neural Fabric is provisioned immediately. Instant setup. You land on the graph, ready to connect. 14-day free trial. 1,000 entities. Eight MCP tools.
Connect your AI tool.
Your credentials are on the Connect page in your dashboard. Cloud clients authenticate via OAuth. Local clients use a bearer token.
Replace YOUR_TOKEN with the bearer token from your Connect page.
- 1.Go to Settings → Connectors.
- 2.Click + to add a custom connector.
- 3.Enter the URL:
https://fabric.qorbit.com/mcp - 4.Click Connect. Sign in with your Qorbit account.
- 5.All eight Fabric tools appear. Set permissions to "Always allow."
No bearer token needed. Claude.ai authenticates via OAuth.
claude mcp add --transport http qorbit-fabric \ --scope project \ https://fabric.qorbit.com/mcp \ --header "Authorization: Bearer YOUR_TOKEN"
If your terminal doesn't support \ line breaks (e.g. PowerShell), paste as a single line.
claude mcp add --transport http qorbit-fabric --scope project https://fabric.qorbit.com/mcp --header "Authorization: Bearer YOUR_TOKEN"
{ "mcpServers": { "qorbit-fabric": { "url": "https://fabric.qorbit.com/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } }
Restart Cursor after saving.
{ "servers": { "qorbit-fabric": { "url": "https://fabric.qorbit.com/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } }
VS Code uses "servers" as the root key, not "mcpServers".
kimi mcp add --transport http qorbit-fabric \ https://fabric.qorbit.com/mcp \ --header "Authorization: Bearer YOUR_TOKEN"
If your terminal doesn't support \ line breaks (e.g. PowerShell), paste as a single line.
kimi mcp add --transport http qorbit-fabric https://fabric.qorbit.com/mcp --header "Authorization: Bearer YOUR_TOKEN"
{ "mcp": { "servers": { "qorbit-fabric": { "url": "https://fabric.qorbit.com/mcp", "transport": "streamable-http", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } } }
Verify: run fabric_list in your agent. You should see an empty graph ready for data.
Configure your LLM key.
On the Connect page in your dashboard, select your AI provider and enter your API key. When you upload a document, the Fabric calls an AI model to extract the entities it contains. From there, the Neural Fabric derives their relationships through coupling and builds your graph automatically. Your API key is used only for this extraction step. It is separate from your MCP connection.