@claritylabs/cl-sdk-mcp
v0.17.1
Published
MCP server for CL SDK — search and read SDK documentation
Readme
@claritylabs/cl-sdk-mcp
MCP server for the CL SDK (GitHub). Provides documentation search and reference as Model Context Protocol tools for AI coding assistants like Claude Code, Cursor, and Windsurf.
No API keys required — this is a pure documentation server to help AI assistants write correct CL SDK integration code.
Setup
Claude Code
Add to .claude/mcp.json (project or global ~/.claude/mcp.json):
{
"mcpServers": {
"cl-sdk": {
"command": "npx",
"args": ["@claritylabs/cl-sdk-mcp"]
}
}
}Cursor / Windsurf
Add to your MCP settings (~/.cursor/mcp.json or equivalent):
{
"mcpServers": {
"cl-sdk": {
"command": "npx",
"args": ["@claritylabs/cl-sdk-mcp"]
}
}
}Tools
| Tool | Description |
|------|-------------|
| search_docs | Full-text search across CL SDK docs, returns top 5 matches with context |
| read_doc_page | Read a doc page by slug (e.g. getting-started/quickstart) |
| list_doc_sections | List all sections and pages |
Docs
Full documentation: cl-sdk.claritylabs.inc/docs
