Connect VS Code
VS Code (with Copilot Chat's agent mode) connects via the command palette — MCP: Add Server →
HTTP — or an mcp.json in your workspace:
{
"servers": {
"boostspace": {
"type": "http",
"url": "https://mcp.boost.space/v2/{system}/sse",
"headers": { "Authorization": "Bearer YOUR_MCP_TOKEN" }
}
}
}
Replace {system} with your system name and YOUR_MCP_TOKEN with your
MCP token — both from the Connect AI window
(Connect via MCP).
The agent acts within your Boost.space permissions — the same access as the user who created the token.
Try it:
"List the fields of my Companies space and draft a validation script against them."
See what an agent can do once connected.