Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
Connect from VS Code (GitHub Copilot)
GitHub Copilot in VS Code supports MCP servers through the MCP settings in the Copilot extension. Once added, Copilot’s chat panel can call Nexudus tools alongside its other capabilities.Prerequisites
- VS Code with the GitHub Copilot extension installed and signed in.
- A GitHub Copilot subscription that supports MCP servers (Business or Enterprise at the time of writing — check your plan in VS Code).
- A Nexudus account with API access.
Add the Nexudus server
VS Code stores MCP server entries in a JSON config file. The easiest way to add Nexudus is via the command palette.Open Agent Customizations
From the VS Code activity bar, open Agent Customizations (or run MCP: Add Server from the command palette with Cmd/Ctrl + Shift + P).
Choose the HTTP transport
From the list, select HTTP (HTTP or Server-Sent Events) — “Connect to a remote HTTP server that implements the MCP protocol”.

Enter the Nexudus server URL
Paste 
https://mcp.nexudus.com into the Enter Server URL field and press Enter.
Give it a name
When prompted, give the server a name (for example, 
nexudus). The server appears in the MCP Servers list once registered.
Add manually via settings
If you prefer to edit the config directly, open the command palette and run MCP: Open User Configuration. Add an entry:Verify it works
Open the Copilot chat panel and ask:“List my Nexudus locations.”Copilot should call the Nexudus server. The chat panel shows the tool call and the response inline.
Things to try
- “Generate a CSV of all bookings for last week, one row per booking.”
- “List the meeting rooms at my main location and their hourly rates.”
- “Create a new event called ‘Community Coffee’ next Friday at 10am.”
Disconnect or re-authenticate
Open the command palette and run MCP: Manage Servers to remove or reconnect Nexudus. After the 8-hour session expires, Copilot’s tool calls return an auth error — reconnect from the same menu.Common issues
| Issue | Solution |
|---|---|
| MCP: Add Server command is missing | Update the GitHub Copilot extension to the latest version. |
| Nexudus server shows but no tools appear | Run MCP: Reload Servers from the command palette. |
| Browser does not open during sign-in | Check VS Code’s output panel for the MCP server log and open the URL manually. |
| Tool calls fail with “Authentication required” | Your 8-hour session has expired. Reconnect from MCP: Manage Servers. |
Next steps
Available tools
What the AI assistant can do for you.
Sessions and re-auth
Why sessions expire after 8 hours.

