Prerequisites
- VS Code 1.85 or later
- Kilo Code (latest version recommended)
- Node.js 20.x or later
Installing Mouse
- Open the Extensions panel in VS Code (
Ctrl+Shift+X/Cmd+Shift+X) - Search for Mouse by HIC AI, Inc.
- Click Install
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) and runMouse: Initialize Workspace
This creates a .hic directory in your project and generates the MCP configuration file at .kilocode/mcp.json.
Configuration
The workspace initialization creates the following configuration automatically. If you need to configure it manually, create .kilocode/mcp.json with:
{
"mcpServers": {
"hic_local": {
"command": "node",
"args": ["${workspaceFolder}/.hic/mcp/src/core/server.js"],
"env": {
"HIC_AGENT_ADAPTER": "kilo-code",
"HIC_ALLOWED_DIRECTORIES": "${workspaceFolder}"
}
}
}
}
Verifying the Connection
Ask your AI assistant:
"Use Mouse's
get_file_metadatatool to check the metadata of any file in this workspace."
If the assistant successfully calls the tool and returns file metadata, Mouse is working correctly. Check the status bar; it should show Mouse: Trial or Mouse: Licensed.