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.
Connect your assistant
Section titled “Connect your assistant”- Log in to your Sokket dashboard.
- Select
Connectin the header. - Select Cursor.
- Copy your organisation’s MCP endpoint URL.
- In Cursor, open Settings and go to Tools & MCP.
- Click Add new custom MCP server. This will automatically open your
settings.jsonfile. - Paste in the configuration below and save the file.
{ "mcpServers": { "sokket": { "url": "https://mcp.sokket.ai/your-org-name" } }}- Approve the browser authentication prompt.
- Open Cursor and run
/sokketin the agent chat to view available libraries.
- Log in to your Sokket dashboard.
- Select
Connectin the header. - Select Claude.
- Copy your organisation’s MCP endpoint URL.
- Open your terminal or command prompt.
- Run:
claude mcp add https://mcp.sokket.ai/your-org-name. - Follow the authentication prompts in Claude Code.
- Open Claude and access your libraries to view available instructions.