Skip to content
VS Code

Agently Brain for VS Code

dev.agently/brain

Company brain for AI agents — temporal knowledge graph search, exploration, and durable memory.

client:VS Code transport:streamable-http

Install Agently Brain in VS Code

.vscode/mcp.json

{
  "servers": {
    "brain": {
      "type": "http",
      "url": "https://api.agently.dev/mcp"
    }
  }
}

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

Agently Brain in other clients