Category / Section
How to Connect FlowMattic MCP Server in Kiro
2 mins read
Updated:
Introduction
This guide provides a comprehensive walkthrough for integrating the FlowMattic MCP Server into the Kiro application. By following these steps, you’ll be able to configure and test the connection seamlessly.
Steps to Connect FlowMattic MCP Server in Kiro
1. Open Kiro and Access MCP Configuration
- Launch the Kiro application on your system.
- Navigate to the Settings section.
- Within Settings, click on the option to open the User MCP Config JSON. This will allow you to edit the MCP configuration file.
2. Add the FlowMattic MCP Server Configuration
- Copy the following JSON configuration code:
{ "mcpServers": { "FlowMattic": { "command": "npx", "args": [ "-y", "mcp-remote", "https://flowmattic.com/v1/mcp-server/*************" ] } } }
- Paste the code into the configuration file.
- Replace the placeholder URL
https://flowmattic.com/v1/mcp-server/**************
with your actual FlowMattic MCP Server URL.
3. Save and Close the Configuration File
- Once the JSON file is updated, save the changes.
- Close the editor.
4. Locate and Refresh FlowMattic MCP Server
- After saving the configuration, you should see FlowMattic listed under the MCP section on the left sidebar of Kiro.
- If it doesn’t appear immediately, click the refresh icon or restart the Kiro application to reload the available MCP servers.
5. Test the Connection
- Kiro will automatically attempt to fetch tools from the configured FlowMattic MCP Server.
- Test the connection by selecting tools from the sidebar or interacting with them in a session within Kiro.
Additional Tips
- Ensure that the FlowMattic MCP Server URL is accurate and accessible.
- If you encounter any issues, verify the JSON syntax and check the server connectivity.
By following these steps, you can successfully integrate and utilize the FlowMattic MCP Server within Kiro.