Skip to content

Installation

Artiforge can be integrated with various development environments and AI assistants. Choose the option that best fits your workflow:

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for and install:
    • GitHub Copilot
  1. Click on the search bar > Show and Run Command > MCP: Add Server > HTTP Server
  2. Add the URL with the Personal Access Token generated in Artiforge.
https://mcp.artiforge.ai/mcp?pat=xxxxxxxxxxxxxxx
  1. Add a name for the server (e.g., Artiforge)
  1. Go to Cursor Settings > select MCP & Integration > Add custom MCP Server`
  2. Paste the configuration JSON (here an example)
{
"mcpServers": {
"Artiforge": {
"url": "https://mcp.artiforge.ai/mcp?pat=xxxxxxxxxxxxxxx",
"type": "http"
}
}
}
  1. In Windsurf, go to Plugins → Manage plugins → View raw config
  2. Paste the configuration JSON (here an example)
{
"mcpServers": {
"Artiforge": {
"url": "https://mcp.artiforge.ai/mcp?pat=xxxxxxxxxxxxxxx",
"type": "http"
}
}
}
  1. Save the file and refresh Windsurf
  1. At the top right of the side chat box, click the Settings icon, and select MCP from the menu. The MCP tab appears.
  2. Click the + Add button and select Add Manually from the menu. The Configure Manually window appears.
  3. Paste the configuration JSON (here an example)
{
"mcpServers": {
"Artiforge": {
"url": "https://mcp.artiforge.ai/mcp?pat=xxxxxxxxxxxxxxx",
"type": "http"
}
}
}

Once installed, you can:

  • Start a new Agent mode chat
  • Ask to Artiforge to do a task, just write in message: Use Artiforge tool to do this task: ...your task

Read my first chat for more info