Category / Section
How to Connect FlowMattic MCP Server in Visual Studio Code for GitHub Copilot
1 min read
Updated:
Prerequisites
To successfully connect the FlowMattic MCP Server in Visual Studio Code (VS Code) with GitHub Copilot, ensure the following:
- GitHub Copilot is installed and enabled in your VS Code.
- Copilot is set to Agent Mode, which is required for MCP integrations.
Step-by-Step Instructions
Follow these steps to connect the FlowMattic MCP server:
-
Open the Command Palette in VS Code
- On Windows/Linux: Press
Ctrl + Shift + P. - On Mac: Press
Cmd + Shift + P.
- On Windows/Linux: Press
-
Search for the MCP Command
- In the Command Palette, type:
MCP: Add Server.... - Select it and press
Enterto execute the command.
- In the Command Palette, type:
- Select the Server Type
- Choose
HTTP (HTTP or Server-Sent Events)from the available options. - Press
Enterto confirm your selection.
- Choose
- Enter the MCP Server URL
- When prompted for the “URL of the MCP Server” field, paste your FlowMattic MCP Server URL, for example:
https://your-flowmattic-mcp-url.com. - Press
Enterto proceed.
- When prompted for the “URL of the MCP Server” field, paste your FlowMattic MCP Server URL, for example:
- Name Your Server
- Provide a descriptive name for your server, such as
FlowMattic MCP. - Press
Enter.
- Provide a descriptive name for your server, such as
Test the Connection
Open GitHub Copilot Chat and try these commands:
- Test Command:
@copilot What FlowMattic capabilities are available through this MCP server?
Verify Successful Connection
You should see:
- The FlowMattic MCP server is listed in your MCP configurations
- GitHub Copilot responding with FlowMattic-specific information
- Access to FlowMattic tools through Copilot chat
Additional Tips
Double-check the MCP server URL for accuracy before proceeding.
Your FlowMattic MCP server is now fully integrated with VS Code GitHub Copilot and ready to use!