ai context kit for VS Code
io.github.ofershap/ai-context-kit
Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.
client:VS Code
transport:stdio
runtime:npm
Install ai context kit in VS Code
.vscode/mcp.json
{
"servers": {
"ai-context-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs