Skip to main content
The Enterspeed Documentation MCP Server lets you search and retrieve content from the docs.enterspeed.com site and even report back issues or suggestions to the content. It turns the Enterspeed documentation into a set of Model Context Protocol tools that AI clients (Claude, Cursor, custom agents, Azure AI Foundry, etc.) can discover and call. You do not need to host anything yourself.

Hostname

Installation

Simply click the arrow next to the Copy page button on the top right of this page and select Connect to VS Code and click the install button in VS Code.Install MCP server on VS CodeOr you can install it yourself in the VS Code configuration.VS Code’s GitHub Copilot reads MCP servers from an mcp.json file. For a single workspace, put the config at .vscode/mcp.json; for every workspace, use the MCP: Open User Configuration command from the command palette.
Reload the window (Developer: Reload Window from the command palette) and open the Copilot chat pane. The Enterspeed documentation tools appear in the tool picker once Copilot connects.

Other MCP clients

The three clients above are the ones we test against regularly, but the MCP server is client-agnostic. Any MCP-capable client follows the same pattern — point it at https://docs.enterspeed.com/mcp with http transport. Or simply just ask your favorite AI agent how to connect to the Enterspeed Documentation MCP Server. It should be able to generate the configuration for you.