- Desktop apps (Claude Desktop, Cursor) run a small local proxy (
@jedify/mcp-auth). - Hosted agents / app builders connect to the Jedify MCP server over the network.
Desktop apps: Claude Desktop & Cursor
Prerequisites
- An active Jedify account.
- Node.js 18 or higher (the proxy runs with
npx). - Claude Desktop or Cursor, installed and up to date.
Step 1: Add the Jedify configuration
Add this to your client’s MCP configuration:--builder to args — see Modes.
Step 2: Find your client’s config file
- Claude Desktop
- Cursor
Open it from Settings → Developer → Edit Config, or edit directly:macOS —
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows — %APPDATA%\Claude\claude_desktop_config.jsonIf the file doesn’t exist, create it with {} and add the configuration from Step 1.Step 3: Restart, authenticate, verify
- Fully quit and reopen your client so it loads the configuration.
- The first time you use a Jedify tool you’ll sign in — see Authentication.
- Confirm it works by asking: “What data entities are available in our Jedify platform?”
Hosted agents & app builders
Hosted AI agents and app builders connect to the Jedify MCP server directly over the network — there’s no local proxy to install and no JSON config files to edit. The screens differ by platform, but to connect your agent you always provide two things: the server URL and your API key. (The app your agent later builds needs its own credentials to run — see Authentication.)Open your platform's MCP settings
Find where your platform lets you add an MCP server or external tool — often labeled MCP servers, Tools, or Integrations.
Enter the Jedify MCP server URL
Paste your Jedify MCP server URL. To use Builder mode, add (If your URL already contains a
?mode=builder to the end of the URL; leave it off for Asker:?, join the parameter with & instead: …&mode=builder.) Your API key is at app.jedify.com/settings/api-keys; if you can’t find your MCP server URL, ask your Jedify contact.Add your API key
Paste your API key into the platform’s credential field — usually labeled API key, token, or authorization.
Verify two things
In Builder mode? Ask “Which Jedify builder tools do you have?” — you should see tools like
create_semantic_function and list_semantic_functions. If you only get question-answering tools, the ?mode=builder didn’t take effect.Reaching your data? Ask “Using Jedify, what data is available about our company?” — a real, account-specific answer confirms it’s connected to your account.Next steps
Modes
Asker vs Builder, and how to switch.
Authentication
Browser-based login or an API key.
Asker examples
What to ask, and what your agent does.
Builder mode
Build dashboards by steering your agent.