Skip to content

Added n8n setup instructions#20

Open
dianaprior wants to merge 1 commit intomainfrom
n8n-setup-docs
Open

Added n8n setup instructions#20
dianaprior wants to merge 1 commit intomainfrom
n8n-setup-docs

Conversation

@dianaprior
Copy link

No description provided.

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@dianaprior dianaprior requested a review from safaricd February 6, 2026 16:13
@gemini-code-assist
Copy link

Summary of Changes

Hello @dianaprior, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly enhances the documentation for integrating TabPFN with n8n workflows. It introduces a clear, step-by-step guide for users to configure the TabPFN MCP as an agent tool within n8n, ensuring a smoother process for leveraging TabPFN's capabilities in automated scenarios. The update focuses on practical setup details, making it easier for users to connect and authenticate the service.

Highlights

  • n8n Integration Instructions: Added comprehensive, step-by-step instructions for setting up TabPFN MCP as a tool within n8n workflows.
  • Tool Configuration Details: Detailed the necessary configuration for the MCP Client Tool in n8n, including the endpoint, server transport, and authentication method.
  • API Key Management: Provided guidance on configuring bearer token credentials, including how to create a new credential and obtain a Prior Labs API key if needed.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • integrations/mcp.mdx
    • Added a new section titled 'Follow these steps to setup TabPFN MCP as a tool that agent can use in n8n.'
    • Included instructions for adding the 'MCP Client Tool' to an AI Agent node.
    • Specified the required endpoint (https://api.priorlabs.ai/mcp/server), server transport (HTTP Streamable), and authentication type (Bearer).
    • Provided steps for configuring a new bearer credential and obtaining a Prior Labs API key.
Activity
  • No human activity (comments, reviews) has been recorded on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds helpful setup instructions for using TabPFN MCP with n8n. The changes are clear and add value to the documentation. I've provided one suggestion to address several minor grammatical points and improve link consistency, which will enhance the clarity and professionalism of the instructions.

Comment on lines +167 to +183
Follow these steps to setup TabPFN MCP as a tool that agent can use in n8n.

1. Add a new tool to your agent:
- Add or find an existing AI Agent node
- Click on `+` underneath the `Tool` connector
- In the sidebar, find and select `MCP Client Tool`
2. In the configuration pop-up, set the following:
- Endpoint: https://api.priorlabs.ai/mcp/server
- Server Transport: HTTP Streamable
- Authentication: Bearer
3. Configure credential for authentication:
- Click on dropdown `Credential` for Bearer Auth and select `Create new credential`
- If you have already obtained Prior Labs API key, paste it to `Bearer` field
- If you don't have Prior Labs API key, follow instructions [here](https://docs.priorlabs.ai/api-reference/getting-started#1-get-your-access-token) to get started
- Press `Save` in top right corner

Once this is done, your TabPFN tool is ready to be used by the agent.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The new instructions for n8n are a great addition! I've found a few small opportunities to improve grammar, phrasing, and link consistency. The suggested changes below address these minor issues to enhance readability and maintainability of the documentation.

Follow these steps to set up TabPFN MCP as a tool that an agent can use in n8n.

1. Add a new tool to your agent:
    - Add or find an existing AI Agent node
    - Click on `+` underneath the `Tool` connector
    - In the sidebar, find and select `MCP Client Tool`
2. In the configuration pop-up, set the following:
    - Endpoint: https://api.priorlabs.ai/mcp/server
    - Server Transport: HTTP Streamable
    - Authentication: Bearer
3. Configure credentials for authentication:
    - Click on the `Credential` dropdown for Bearer Auth and select `Create new credential`
    - If you have already obtained a Prior Labs API key, paste it into the `Bearer` field
    - If you don't have a Prior Labs API key, follow the instructions [here](/api-reference/getting-started#1-get-your-access-token) to get started
    - Press `Save` in the top right corner

Once this is done, your TabPFN tool is ready to be used by the agent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant