Skip to content
VS Code

context for VS Code

io.github.neuledge/context

Local-first documentation for AI agents. Offline, instant, private doc retrieval.

client:VS Code transport:stdio runtime:npm

Install context in VS Code

.vscode/mcp.json

{
  "servers": {
    "context": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@neuledge/context"
      ]
    }
  }
}

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

context in other clients