KIAgent for VS Code
com.localkiagent/kiagent
Your mail, chats and documents indexed into a local SQLite corpus, served to AI clients over MCP.
client:VS Code
transport:streamable-http
Install KIAgent in VS Code
.vscode/mcp.json
{
"servers": {
"kiagent": {
"type": "http",
"url": "https://{subdomain}.localkiagent.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs