Skip to content
VS Code

agentskb for VS Code

io.github.cranot/agentskb

Researched knowledge for AI agents. Canonical answers from official sources.

client:VS Code transport:stdio runtime:npm

Install agentskb in VS Code

.vscode/mcp.json

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

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

agentskb in other clients