Credentials
Copy page
Store your credentials with Nango, an open-source credential store that can be used to authenticate MCP servers.
Overview
You can set up Nango in two ways:
- Cloud Setup: Use Nango Cloud
- Local Setup: Run Nango locally using Docker
Option 1: Nango cloud setup
Step 1: Create a Nango account
Sign up here
Step 2: Save your Nango secret key
After creating your Nango account, navigate to Environment Settings in your dashboard and copy the secret key.
Step 3: Configure your root .env
file
Step 4: Restart the dashboard server
Step 5: Start creating credentials
In the visual builder, navigate to the Credentials page in the left sidebar and click "New Credential".
Select "Bearer Authentication" and click "Create Credential". You'll then be prompted to enter your API key.
Option 2: Nango local setup
Step 1: Clone the optional services repository
Step 2: Start Nango Services
Inside the agents-optional-local-dev
repository, run the following command:
Step 3: Configure Environment Variables
In your root project directory (not inside the agents-optional-local-dev
repository), update your .env
file:
To get your Nango secret key:
- Open Nango at
http://localhost:3050
- Navigate to Environment Settings and copy the secret key
Step 4: Verify Setup
-
Restart your Inkeep agents:
-
Create a new credential in the visual builder