Skip to content

koncept mcp server for Zed

io.github.yourtechtribe-labs/koncept-mcp-server

Query a curated YAML semantic concept graph for codebase invariants and cross-cutting facts.

client:Zed transport:stdio runtime:npm

Install koncept mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "koncept-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@yourtechtribe-labs/koncept-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

koncept mcp server in other clients