GitHub Copilot Chat is a good current fit for SecureMCP-Lite when used in editor environments that support local MCP configuration.
GitHub documents MCP setup for Copilot Chat in Visual Studio Code and other editor integrations.
In VS Code, configure .vscode/mcp.json:
{
"servers": {
"repo-guard": {
"command": "npx",
"args": [
"securemcp-lite",
"start",
"--target",
"npx -y @modelcontextprotocol/server-filesystem .",
"--target-cwd",
"/absolute/path/to/project",
"--config",
"/absolute/path/to/project/secure-mcp.yml"
]
}
}
}Then:
- start the MCP server from the editor UI
- open Copilot Chat
- choose Agent mode
- verify your tools appear
- try one allowed request and one blocked request
- enterprise users may be affected by MCP policy settings
- local server setup is editor-specific, but the SecureMCP-Lite wrapper command stays the same
- the best first rollout is still a read-only filesystem policy
- GitHub Copilot Chat MCP docs: https://docs.github.com/en/copilot/how-tos/context/model-context-protocol/extending-copilot-chat-with-mcp