We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ONLYOFFICE/docspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
chatgpt-web.md•1.07 KiB
# ChatGPT Web
This document describes how to connect to the DocSpace MCP server using ChatGPT
Web (i.e., https://chatgpt.com).
## Contents
- [Connector](#connector)
- [References](#references)
## Connector
Connect to the MCP server running remotely using ChatGPT's Connectors.
1. Open ChatGPT Web;
2. Navigate to Settings;
3. Navigate to Connectors;
4. Navigate to Advanced Settings;
5. Toggle on Developer Mode;
6. Navigate back to Connectors;
7. Click "Create";
8. Enter a name (e.g., "ONLYOFFICE DocSpace MCP");
9. Enter a URL (e.g., https://mcp.onlyoffice.com/mcp);
10. Select "OAuth" in Authentication;
11. Click "Create";
12. Complete the OAuth authentication process.
## References
- [OpenAI: Building MCP servers for ChatGPT and API integrations]
- [Docker MCP: Request Configuration]
- [Docker MCP: Remote Server]
<!-- Definitions -->
[OpenAI: Building MCP servers for ChatGPT and API integrations]: https://platform.openai.com/docs/mcp
[Docker MCP: Request Configuration]: ../configuration/request-configuration.md
[Docker MCP: Remote Server]: ../installation/remote-server.md