flagpost for VS Code
io.github.sathergate/flagpost
Feature flags for Next.js. One file, full control with A/B testing.
client:VS Code
transport:stdio
runtime:npm
Install flagpost in VS Code
.vscode/mcp.json
{
"servers": {
"flagpost": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"flagpost"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs