Prerequisites
- VS Code installed with the GitHub Copilot extension enabled
- Linkly AI Desktop running with the MCP service active
Configuration Steps
- MCP HTTP (Recommended)
- MCP Stdio
Open the command palette
In VS Code, press
Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows), then type MCP: Add Server..vscode/mcp.json or the user MCP config:Getting Started
Once configured, ask questions directly in Copilot Chat (Cmd+Shift+I), and GitHub Copilot will automatically call Linkly AI’s tools. For example:
- “Search my documents for content about database design”
- “Read the project’s API documentation”
FAQ
Cannot see the Linkly AI tools
Cannot see the Linkly AI tools
Run
MCP: List Servers in the command palette and confirm the linkly-ai
server status is Running. If an error is shown, check whether Linkly AI
Desktop is running.Difference between Workspace and User Settings
Difference between Workspace and User Settings
- User Settings: applies to all projects, suitable for personal use -
Workspace Settings (
.vscode/mcp.json): applies only to the current project, can be committed to Git for team sharing

