Skip to content

Connect

To use your team’s published context inside an AI coding assistant, connect it to your organisation’s MCP endpoint.

Sokket provides a dedicated HTTPS MCP endpoint for each organisation. This endpoint serves your organisation’s published instructions and knowledge to authorised MCP-compatible assistants. After completing OAuth, connected assistants can call the exposed MCP prompts and resources methods to retrieve context. You can find your endpoint URL by selecting Connect in the Sokket dashboard.

  1. Log in to your Sokket dashboard.
  2. Select Connect in the header.
  3. Select Cursor.
  4. Copy your organisation’s MCP endpoint URL.
  5. In Cursor, open Settings and go to Tools & MCP.
  6. Click Add new custom MCP server. This will automatically open your settings.json file.
  7. Paste in the configuration below and save the file.
{
"mcpServers": {
"sokket": {
"url": "https://mcp.sokket.ai/your-org-name"
}
}
}
  1. Approve the browser authentication prompt.
  2. Open Cursor and run /sokket in the agent chat to view available libraries.