A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Kubernetes Operator for N8n, a fair-code workflow automation platform with native AI capabilities.
A Kubernetes operator that automates the deployment and management of n8n workflow automation instances on Kubernetes clusters.
Create a basic n8n instance:
apiVersion: n8n.slys.dev/v1alpha1
kind: N8n
metadata:
name: n8n-sample
spec:
database:
postgres:
host: "postgres-host"
port: 5432
database: "n8n"
user: "n8n-user"
password: "password"
ingress:
enable: true
ingressClassName: "nginx"
For comprehensive guides and detailed configuration options, visit our complete documentation:
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
MCP server integration for DaVinci Resolve Studio
Browser automation using accessibility snapshots instead of screenshots