Skip to main content
VS Code can connect to the hosted ApexGenius endpoint with its native HTTP MCP support.

Add the server from the Command Palette

1

Start the MCP setup

Open the Command Palette and run MCP: Add Server.
2

Choose the remote transport

Select HTTP, then enter https://server.autom8.pro/mcp.
3

Name and scope the server

Name the server apexgenius. Choose user scope for your profile or workspace scope when the declaration should live with the project.
4

Review trust and authorize

Review the server URL before trusting it. When VS Code opens the browser for authorization, sign in to ApexGenius and approve the connection.

Or use mcp.json

Add this configuration to your user MCP configuration or to .vscode/mcp.json in the workspace:
Use the inline start action in mcp.json, or run MCP: List Servers and start ApexGenius. Complete browser authorization on the first protected connection.
VS Code uses the top-level key servers. Cursor uses mcpServers. Do not add passwords, tokens, or private keys to a workspace file.

Verify the connection

Open Chat, confirm ApexGenius is enabled in the available tools, and ask:
Check that the response comes from the intended Salesforce project and production org or sandbox. If the server is missing, run MCP: List Servers and inspect its output. In a managed environment, the chat.mcp.access policy can also restrict which MCP servers are available. For current commands, trust behavior, configuration scopes, and policy controls, see VS Code’s MCP server guide.
Last modified on August 28, 2026