Prerequisites
- Admin access to your WisdomAI workspace.
- The Server URL (for HTTP/SSE) or Command (for STDIO) of your MCP server.
- Authentication credentials (API Key or OAuth configuration), if required by your server.
Configure the Connection
Follow these steps to register your MCP server as a data source in WisdomAI.- Navigate to Connections > Add Connection.
- In the Data source dropdown, select MCP Server.
- Enter a unique Connection name (e.g., “Linear MCP Server”).
-
Select the Transport Type supported by your server:
- Streamable HTTP: Uses standard HTTP streaming for communication.
- SSE: Uses Server-Sent Events.
- STDIO: Runs the server as a local process via standard input/output.
- Enter the Server URL (for HTTP/SSE) or connection details.
-
Select the Authentication Type:
- None: For public or internal servers without auth.
- API Key: Uses a static key for all requests.
- OAuth: Uses user-based authentication.
-
(Optional) Click + Add Header to include custom headers required by your environment.

-
Click Connect. You may be prompted to authorize the connection to validate the setup.

User-based authenticationIf you select OAuth, authentication happens on a user-by-user basis. WisdomAI does not store a global credential. Instead, when a user asks a question that requires data from this server, WisdomAI will prompt them to authenticate via a secure popup during the chat session.
Validate the Connection
Once connected, you can verify the integration by asking a natural language question in the chat interface.- Start a Chat.
- Ask a question relevant to the connected tool (e.g., “Show me my issues”).
- If using OAuth, and you haven’t authenticated yet, WisdomAI will detect the need for authentication. Click Connect in the chat response and Authorize the request in the popup window.
WisdomAI will pull the requested data and generate the appropriate visualization or text response.
