Skip to content
VS Code

agent knowledge for VS Code

io.github.keshrath/agent-knowledge

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

client:VS Code transport:stdio runtime:npm

Install agent knowledge in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-knowledge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-knowledge"
      ]
    }
  }
}

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

agent knowledge in other clients