Skip to main content

Connect Your AI Client

This guide helps you connect Conceptualize MCP to your preferred AI client.

Before You Connect

  1. Open https://conceptualize.rayneforge.io
  2. Copy your MCP endpoint.
  3. Be ready to authenticate when your client prompts during connection.

For most users, the endpoint is:

https://conceptualize.rayneforge.io/mcp

Option A: GitHub Copilot in VS Code

Create or update your MCP config file:

  • .vscode/mcp.json (workspace)

Example hosted setup:

{
"servers": {
"conceptualize": {
"type": "http",
"url": "https://conceptualize.rayneforge.io/mcp"
}
}
}

Image placeholder: VS Code MCP server list showing conceptualize server connected.

Option B: Claude Desktop

In Claude Desktop MCP settings, add a server with the same shape:

  • type: http
  • url: https://conceptualize.rayneforge.io/mcp

Authenticate when prompted.

Image placeholder: Claude Desktop MCP settings page with Conceptualize MCP entry.

Option C: Other MCP Hosts

Most MCP clients accept equivalent server definitions.

Use an HTTP MCP server definition pointing to:

  • https://conceptualize.rayneforge.io/mcp

If your host supports OAuth discovery, the authentication flow is discovered automatically.

Quick Connection Check

Ask your assistant:

  • "List my boards"
  • "Create a board named Roadmap 2026"
  • "Open the board app"

If these succeed, your connection is working.

Image placeholder: Chat transcript showing first successful tool calls.