Integrations

Three ways for AI agents to consume the library.

MCP server (recommended)

Native Model Context Protocol. Agents call search_components, get_bundle, find_by_token, etc. as tools — no copy/paste.

Claude Code

claude mcp add djasha-system https://system.djasha.me/api/mcp

Cursor

# In ~/.cursor/mcp.json
{
  "mcpServers": {
    "djasha-system": {
      "url": "https://system.djasha.me/api/mcp"
    }
  }
}

Discovery manifest at /.well-known/mcp.json.

JSON API

Static, cacheable, CORS-open. See the API page for endpoints. OpenAPI 3.1 spec at /openapi.json.

Site indexes for crawler agents