npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-qontext

v1.0.1

Published

Qontext gathers your company data and makes it AI-ready

Downloads

28

Readme

image

n8n-nodes-qontext

This is an n8n community node. It lets you use Qontext in your n8n workflows.

Qontext is an LLM memory solution which gathers your company data and makes it AI-ready.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Ingestion

  • Ingest Unstructured Text: This operation allows you to send plain text or markdown to be ingested into a specified Qontext Knowledge Graph.
  • Ingest Website Data: This operation crawls a website from a given URL and ingests the data into a Knowledge Graph.

Retrieval

  • Get Context: This operation retrieves relevant context from a Knowledge Graph based on a natural language prompt.

Credentials

To use the Qontext API, you'll need an API key. This key is required for all requests and is included as an X-API-Key header. You can get your API key by signing up for an account on the Qontext website.

This authentication method ensures that your requests are secure and correctly associated with your workspace.

Compatibility

This node is available for n8n versions >=2.220.0

Usage

This node is designed to simplify interactions with the Qontext API by handling the ingestion and retrieval of data. While the core functionality is straightforward, there are a few things to keep in mind to ensure a smooth workflow.

Using workspaceId and knowledgeGraphId

Both the ingestion and retrieval operations require a workspaceId and a knowledgeGraphId. These IDs are fundamental to directing your data to the correct location within Qontext. You must obtain these IDs from your Qontext account dashboard before using the node. Make sure to use the correct IDs for the specific workspace and knowledge graph you want to interact with.

Choosing the Right Retrieval Operation:

The retrieval section offers two operations: Get Context and Get Answer.

Get Context: Use this operation when you want to retrieve the raw, relevant data from your knowledge graph. The response will provide the data that informed the answer. This is useful for building custom applications or performing further analysis on the retrieved information.

Get Answer: Use this operation when you simply want a direct, summarized answer to your prompt. The response will be a concise summary based on the retrieved context. This is ideal for generating quick, human-readable outputs or feeding answers directly into other systems.

For most use cases, Get Answer will be the most straightforward. However, if you need the underlying data for more complex workflows, Get Context is the better choice.

Resources

For more detailed information and advanced use cases, refer to the official documentation.

  • n8n community nodes documentation: Learn more about community-created nodes and how they work within n8n.
  • Qontext API Documentation: This is the official API documentation for the Qontext service. It provides comprehensive details on all available endpoints, parameters, and response formats.

Version History

This is the initial version of the Qontext node, supporting core ingestion and retrieval operations. It's designed for seamless integration with the Qontext API. Future versions may introduce additional features and endpoints as they become available. We recommend keeping your n8n instance up-to-date to access the latest features and improvements.