OYNIX

Integrations / Cline

Bring your team's graph into Cline.

VS Code agent with deep project context. Oynix runs as an MCP server, so Cline answers from your team's real code, decisions and docs.

$ oynix mcp setup --client cline

Prerequisites

  • The Oynix CLI installed and signed in (oynix login).
  • Cline installed, with MCP support enabled.

Setup steps

01

Install the Oynix CLI

Everything Oynix does runs from one small command-line tool on your own machine — there's nothing to deploy or host. Open your terminal (Terminal on Mac, PowerShell on Windows) and paste this in to install it:

$ curl -fsSL https://get.oynix.dev | sh
  • Don't have a terminal open? On Mac press ⌘+Space, type "Terminal", hit Enter.
  • Paste the line, press Enter, and wait for it to finish — that's it.
  • Check it installed: run oynix --version (it should print a version number).
02

Sign in

Tell Oynix who you are. This opens your browser to sign in with GitHub and links this computer to your workspace — it's how your edits, decisions and presence get attributed to you.

$ oynix login
  • Run the command; your browser opens automatically.
  • Approve the sign-in with GitHub, then return to the terminal.
  • If your team uses a workspace key, paste it when asked (a teammate with the master key issues it).
03

Generate the config

Run setup for Cline. Oynix prints a small config snippet (already filled in for you) and tells you exactly where it goes — your secret stays a reference, never written into the file.

$ oynix mcp setup --client cline
  • Run the command in your terminal.
  • Copy the snippet it prints out (it includes the copy button here too).
04

Paste it into the config

Open VS Code → Cline → MCP Servers (cline_mcp_settings.json) and paste the snippet, then save.

  • Where: VS Code → Cline → MCP Servers (cline_mcp_settings.json).
  • If the file already lists other MCP servers, add ours alongside them (don't delete theirs).
  • If the file doesn't exist yet, create it and paste the snippet in.
05

Restart & connect

Fully quit and re-open Cline so it loads the new server. That's it — it now answers from your team's real graph.

06

Check it works

Open Cline and ask it something about your codebase — for example, "how does login work?". If it answers using your actual code and decisions, you're connected.

  • Make sure Cline was fully restarted after you pasted the config.
  • Not answering from your code? Re-open the config file and confirm the snippet is there and saved.

What your agent gets

Context

The whole knowledge graph — code, decisions, docs — as live context.

Why

The decisions and discussions behind the code it's editing.

Write-back

Each session's output is captured back into the graph for next time.