Skip to content
VS Code

agentcontext for VS Code

io.github.mbeato/agentcontext

Normalize AGENTS.md / CLAUDE.md / .cursor/rules / .clinerules / .windsurf/rules from one source.

client:VS Code transport:stdio runtime:npm

Install agentcontext in VS Code

.vscode/mcp.json

{
  "servers": {
    "agentcontext": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mbeato/agentcontext-mcp"
      ]
    }
  }
}

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

agentcontext in other clients