Skip to content
VS Code

gently for VS Code

is.gently/knowledge-graph

Ask a codebase what calls what: search, blast radius, paths between symbols, and diffs.

client:VS Code transport:streamable-http runtime:npm

Install gently in VS Code

.vscode/mcp.json

{
  "servers": {
    "knowledge-graph": {
      "type": "http",
      "url": "https://api.stage.gently.is/mcp"
    }
  }
}

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

gently in other clients