
Visual Studio Code
Visual Studio Code with GitHub Copilot can connect to remote MCP servers and make their tools available in Copilot Chat.
Visit Visual Studio Code ↗Connect Glushkov Modelling MCP
Add this public endpoint in the MCP, connectors, apps, or integrations section of Visual Studio Code, then complete OAuth authorization when prompted.
https://mcp.glushkov-modelling.com/mcp-oauthDo not use https://mcp.glushkov-modelling.com/mcp. It is a legacy endpoint and is not intended for public OAuth connections.
Connect Visual Studio Code to the archive
Follow the steps in order. Interface labels can change over time, but the public OAuth endpoint remains the same.
- 01
Open MCP configuration
Open the Command Palette in Visual Studio Code and run MCP: Open User Configuration. For a repository-specific setup, create or open .vscode/mcp.json in the project root instead.
Note: User configuration applies to your local VS Code profile. Workspace configuration can be shared with a project, but do not store credentials or tokens in it.
- 02
Add the server
Add a new remote MCP server entry named glushkov-modelling to the servers object.
json { "servers": { "glushkov-modelling": { "type": "http", "url": "https://mcp.glushkov-modelling.com/mcp-oauth" } } }Note: If your configuration already contains other servers, add the glushkov-modelling entry inside the existing servers object and preserve valid JSON.
- 03
Save and start the server
Save mcp.json, then open the MCP Servers view or run the relevant MCP: Start Server command if Visual Studio Code does not start the server automatically.
Note: The exact command and panel label may vary with the Visual Studio Code version.
- 04
Complete OAuth authorization
When Visual Studio Code requests authentication, allow it to open the browser and sign in to or register for Glushkov Modelling MCP. Confirm your email if this is your first connection.
Note: Complete the OAuth flow in the same browser session and allow popup windows and cookies. No API key is required.
- 05
Confirm tools in Copilot Chat
Return to Copilot Chat and confirm that Glushkov Modelling MCP is connected. Start a new chat if needed, then make sure the MCP tools are available before sending a request.
Note: If tools do not appear, reopen Copilot Chat or restart Visual Studio Code, then check the MCP server status.
- 06
Test the connection
Send the test prompt in Copilot Chat and confirm that the response uses Glushkov Modelling MCP and returns links to original archive pages.
Use Glushkov Modelling MCP. Find the build-log stages for Le Requin 1750 and return links to the original source pages.Note: The server provides read-only access to published archive content.
Ask your first archive question
Once the MCP tools are connected, send this prompt in a new Visual Studio Code conversation.
Use Glushkov Modelling MCP. Find the build-log stages for Le Requin 1750 and return links to the original source pages.
Troubleshooting for Visual Studio Code
These common issues may affect your connection.
Confirmation email did not arrive
Check your Spam or Junk folder and verify that the email address was entered correctly. If the message still does not arrive, start the sign-in flow again and request a new confirmation email.
Also applies to: Perplexity, Claude, ChatGPT, Cursor, Google Antigravity
Confirmation link is expired or does not open
Start the sign-in flow again and request a new verification email. Confirmation links are time-limited and should be opened in the same browser session where possible.
Also applies to: Perplexity, Claude, ChatGPT, Cursor, Google Antigravity
The client asks to sign in again
Complete the OAuth flow in the same browser window opened by the client. Allow cookies and popup windows, then return to the client only after sign-in has completed.
Also applies to: Perplexity, Claude, ChatGPT, Cursor, Google Antigravity
The server cannot be added
Check that the public OAuth endpoint is exactly https://mcp.glushkov-modelling.com/mcp-oauth. Do not use the legacy /mcp endpoint, a Keycloak URL, or an API key.
Also applies to: Perplexity, Claude, ChatGPT, Cursor, Google Antigravity
Tools do not appear after OAuth
Close and reopen the chat or application, then check the connector status in the client settings. Confirm that the connector is connected and enabled for the current chat or Agent session.
Also applies to: Perplexity, Claude, ChatGPT, Cursor, Google Antigravity
“Client not found” message
Uninstall MCP server. Remove authentication providers using command in Command Palette [Authentication: Remove Dynamic Authentication Providers], then Add MCP server again.
Continue exploring the AI Hub
Find common solutions, answers about access and privacy, or return to the overview to choose another AI assistant.