Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Jam Nodes Docs

FreeNot checked

Enables AI agents to search and retrieve jam-nodes documentation, including node info, API references, and guides, via MCP tools without loading everything into

GitHubEmbed

About

Enables AI agents to search and retrieve jam-nodes documentation, including node info, API references, and guides, via MCP tools without loading everything into context.

README

MCP (Model Context Protocol) server that exposes jam-nodes documentation as tools, so AI agents can query docs contextually without loading everything into context.

Tools

Tool Description
search_docs Keyword search across all documentation
get_node_info Full docs for a specific node by type (e.g. http_request)
list_nodes List all 16 built-in nodes with descriptions
get_api_reference API docs for core types, registry, execution context, editor
get_guide Get the creating-nodes guide or quick start

Installation

npm install -g jam-nodes-docs-mcp

Or run directly:

npx jam-nodes-docs-mcp

Configuration

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jam-nodes-docs": {
      "command": "npx",
      "args": ["jam-nodes-docs-mcp"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "jam-nodes-docs": {
      "command": "npx",
      "args": ["jam-nodes-docs-mcp"]
    }
  }
}

OpenClaw

Add to your MCP config:

{
  "jam-nodes-docs": {
    "command": "npx",
    "args": ["jam-nodes-docs-mcp"]
  }
}

Development

npm install
npm run build
npm start

License

MIT © KNQuoc

from github.com/KNQuoc/jam-nodes-docs-mcp

Install Jam Nodes Docs in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install jam-nodes-docs-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add jam-nodes-docs-mcp -- npx -y github:KNQuoc/jam-nodes-docs-mcp

FAQ

Is Jam Nodes Docs MCP free?

Yes, Jam Nodes Docs MCP is free — one-click install via Unyly at no cost.

Does Jam Nodes Docs need an API key?

No, Jam Nodes Docs runs without API keys or environment variables.

Is Jam Nodes Docs hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Jam Nodes Docs in Claude Desktop, Claude Code or Cursor?

Open Jam Nodes Docs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Jam Nodes Docs with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All productivity MCPs