Skip to content
VS Code

nol mcp for VS Code

io.github.yawlabs/nol-mcp

nol MCP server -- search, cited Q&A, and pages over your team's knowledge base

client:VS Code transport:stdio runtime:npm

Install nol mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "nol-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/nol-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

nol mcp in other clients