Connect MCP Client

  1. Copy SSE URL: You can either copy the SSE URL or the entire mcp.json for clients like Cursor or VSCode.
  2. Paste Into Client: Paste the SSE URL into your MCP client.
  3. Connect: Connect your client to your MCP Fabric server.

Note that when you edit your server configuration, you will need to refresh your client.

Client-Specific Instructions

Cursor

  1. Create a .cursor directory in the root of your project if you haven't already.
  2. Create a mcp.json file in the .cursor directory. Cursor MCP Configuration File Directory View (.cursor/mcp.json)
  3. Copy the SSE URL as mcp.json. Copy MCP Fabric Server URL as mcp.json File
  4. Paste into the empty mcp.json file. Cursor MCP Configuration File (mcp.json)
  5. Use the keyboard shortcut CTRL + SHIFT + P to open the command palette and go to Cursor Settings. Cursor Command Palette
  6. Click MCP in the left panel. Toggle the server to enabled. Cursor MCP Settings
  7. Your tools are now available to your agent!

You may occassionally run into issues where the MCP client can't connect. If this happens, try clicking the refresh button in your client and/or the restart server button in your server dashboard.

VSCode

  1. Create a .vscode directory in the root of your project if you haven't already.
  2. Create a mcp.json file in the .vscode directory. VSCode MCP Configuration File Directory View (.vscode/mcp.json)
  3. Copy the SSE URL as mcp.json. Copy MCP Fabric Server URL as mcp.json File
  4. Paste into the empty mcp.json file.
  5. Click Start to connect to the server. VSCode MCP Configuration File (mcp.json)
  6. From within GitHub Copilot Agent Mode, click the Select Tools button to view all available tools. VSCode Select MCP Tools
  7. Your tools are now available to your agent!