Installation
Artiforge can be integrated with various development environments and AI assistants. Choose the option that best fits your workflow:
VS Code + GitHub Copilot
Section titled “VS Code + GitHub Copilot”Install VS Code Extensions
Section titled “Install VS Code Extensions”- Open VS Code
- Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
- Search for and install:
- GitHub Copilot
Configure MCP Server Integration
Section titled “Configure MCP Server Integration”- Click on the search bar > Show and Run Command > MCP: Add Server > HTTP Server
- Add the URL with the Personal Access Token generated in Artiforge.
https://mcp.artiforge.ai/mcp?pat=xxxxxxxxxxxxxxx
- Add a name for the server (e.g., Artiforge)
Cursor
Section titled “Cursor”- Go to Cursor Settings > select MCP & Integration > Add custom MCP Server`
- Paste the configuration JSON (here an example)
{ "mcpServers": { "Artiforge": { "url": "https://mcp.artiforge.ai/mcp?pat=xxxxxxxxxxxxxxx", "type": "http" } } }
Windsurf
Section titled “Windsurf”- In Windsurf, go to Plugins → Manage plugins → View raw config
- Paste the configuration JSON (here an example)
{ "mcpServers": { "Artiforge": { "url": "https://mcp.artiforge.ai/mcp?pat=xxxxxxxxxxxxxxx", "type": "http" } } }
- Save the file and refresh Windsurf
- At the top right of the side chat box, click the Settings icon, and select MCP from the menu. The MCP tab appears.
- Click the + Add button and select Add Manually from the menu. The Configure Manually window appears.
- Paste the configuration JSON (here an example)
{ "mcpServers": { "Artiforge": { "url": "https://mcp.artiforge.ai/mcp?pat=xxxxxxxxxxxxxxx", "type": "http" } } }
Start with Artiforge
Section titled “Start with Artiforge”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