Start your free trial.
Your Neural Fabric is provisioned immediately. No approval, no waitlist. You land on the graph, ready to connect. 14-day free trial. 1,000 entities. Six 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 six 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"
{ "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"
{ "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. This powers entity extraction when you upload documents. Without it, Add Document will fail. Not needed for agent-written entities.