Skip to content
VS Code

AgentLore for VS Code

io.github.kujirafu/agentlore

AI-verified knowledge base with trust scoring, temporal facts, and skill cards.

client:VS Code transport:streamable-http

Install AgentLore in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentlore": {
      "type": "http",
      "url": "https://agentlore.vercel.app/api/mcp/stream"
    }
  }
}

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

AgentLore in other clients