n8n-nodes-lynxprompt
April 25, 2026 · View on GitHub
n8n-nodes-lynxprompt
n8n community node for LynxPrompt — manage AI configuration blueprints (AGENTS.md, CLAUDE.md, .cursorrules) via the LynxPrompt API.
Installation
In your n8n instance go to Settings > Community Nodes and install:
n8n-nodes-lynxprompt
Credentials
- In LynxPrompt, navigate to your account settings and generate an API token (prefixed
lp_). - In n8n, create a new LynxPrompt API credential and enter:
- URL — base URL of your instance (default
https://lynxprompt.com) - API Token — your
lp_...token
- URL — base URL of your instance (default
Nodes
LynxPrompt
CRUD operations for blueprints, hierarchies, and user info.
| Resource | Operations |
|---|---|
| Blueprint | List, Get, Create, Update, Delete |
| Hierarchy | List, Get, Create, Update, Delete |
| User | Get Current |
LynxPrompt Trigger
Polling trigger that fires when:
- New Blueprint Created — detects blueprints not seen in previous polls
- Blueprint Updated — detects changes in
updated_attimestamps
Other n8n Community Nodes by GeiserX
- n8n-nodes-cashpilot — Passive income monitoring
- n8n-nodes-genieacs — TR-069 device management
- n8n-nodes-pumperly — Fuel and EV charging prices
- n8n-nodes-telegram-archive — Telegram message archive
- n8n-nodes-way-cms — Web archive content management
Related Projects
| Project | Description |
|---|---|
| LynxPrompt | Self-hosted platform for AI IDE/Tools Rules and Commands via WebUI and CLI |
| lynxprompt-vscode | VS Code extension for LynxPrompt AI configuration file management |
| lynxprompt-action | GitHub Action to sync and validate AI IDE configuration files with LynxPrompt |
| lynxprompt-mcp | MCP Server for LynxPrompt AI configuration blueprint management |
| homebrew-lynxprompt | Homebrew tap for LynxPrompt CLI |
License
GPL-3.0