Skip to content
VS Code

agentprofile for VS Code

io.github.everyai-com/agentprofile

One profile — skills, credentials, and memory — synced to every agent tool via one MCP URL.

client:VS Code transport:streamable-http

Install agentprofile in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentprofile": {
      "type": "http",
      "url": "https://agentprofile.everyai-com.workers.dev/mcp"
    }
  }
}

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

agentprofile in other clients