File AI for VS Code
io.github.flyfish-dev/file-ai
Agent-ready local document context with stable anchors.
client:VS Code
transport:stdio
runtime:npm
Install File AI in VS Code
.vscode/mcp.json
{
"servers": {
"file-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@flyfish-dev/file-ai"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs