Quick start guide
Start by connecting your MCP-compatible tool and exploring the sample library, or build your first library.
- Consume context — Use shared
/instructionsand@knowledgein your tools. - Curate context — Create and publish context libraries for your team.
1. Consume context
Section titled “1. Consume context”Connect your tool to use shared /instructions and @knowledge from Sokket.
Connect your tool
Section titled “Connect your tool”- Log in to your Sokket dashboard
- Select
Connectin the header - Select your tool
- Copy your organisation’s MCP endpoint URL
- Configure your tool with the MCP endpoint using your tool’s MCP settings
- Approve authentication
- In your tool, access your libraries in the agent chat
- Run a Sample Library
/instruction(e.g.,test-prompt) to confirm the connection
See Connect tools for tool-specific setup instructions.
2. Curate context
Section titled “2. Curate context”Contributors and Owners can create and publish context libraries. A library usually contains:
/instructions- reusable prompt templates@knowledge- reference material for your tools$arguments- user input that makes/instructionsdynamic@references- how/instructionspull in@knowledgefiles
Create a new library
Section titled “Create a new library”- Select
+ Libraryin the sidebar - Name your library, e.g.
build - Press Enter to create the library
Create an /instruction
Section titled “Create an /instruction”- Inside your library, select
+ Instruction - Add a Name, e.g.
create-spec.md - Add a Description, e.g. “Create or update a product specification from a natural language feature description”
- In the content editor, add your guidelines or any other content you want your tool to use
- Save the file
If you want the /instruction to accept input, add an $argument directly into the content using $argumentName, e.g. “Summarise this feature request: $featureDetails”. Learn more about $arguments in the context section.
Create @knowledge
Section titled “Create @knowledge”- Select
+ Knowledge - Name the file, e.g.
repository-cleanliness.md - Add your content, e.g. “workflows, guidelines, API docs or schemas”
- Add a Description, e.g. “Guide to maintaining clean Git repositories with branch management and daily cleanup habits”
- Save the file
You can reference a @knowledge file from an /instruction using @fileName, e.g. “Use the guidelines in @repository-cleanliness”. Learn more about @knowledge in the context section.
Publishing your work
Section titled “Publishing your work”Each file has its own Publish toggle. A library becomes available in tools only when its files are published. Drafts save automatically and remain visible only in the Sokket web app.
Connect your tool
Section titled “Connect your tool”If you have not connected your tool yet, follow the Connect tools guide.
Use your own library
Section titled “Use your own library”Open your tool’s context menu. Your published /instructions and @knowledge now appear in your MCP-compatible tool. Select one of your /instructions to generate output.
Learn more
Section titled “Learn more”/instructionsand@knowledge— Understand the core concepts- Connect tools — MCP setup for different clients
- Context engineering — MCP standards and principles for building context libraries