INDIVIDUAL MCP TOOL
get_agent_rules
Return a short standing-instructions block that makes every future session read DESIGN.
LIVE ENDPOINT
https://csscreme.com/mcp
Connect to this endpoint to inspect the live schema for get_agent_rules and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.csscreme]
url = "https://csscreme.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"csscreme": {
"type": "http",
"url": "https://csscreme.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: csscreme
Remote MCP URL: https://csscreme.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"csscreme": {
"url": "https://csscreme.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"csscreme": {
"type": "http",
"url": "https://csscreme.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "csscreme",
"transport": "streamable-http",
"url": "https://csscreme.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_themes— Find a design system by describing what you are building ("dark developer tool", "calm fintech dashboard", "playful consumer app").list_themes— Browse the full catalogue of curated themes and templates.get_design_md— Fetch the full DESIGN.get_theme_tokens— Get the shadcn/ui registry item (OKLCH tokens, light and dark) plus the paste-ready CSS variables for one theme, and the one-line command that installs it for real.how_to_use— Explains where a DESIGN.get_install_command— Return the exact `npx shadcn@latest add <url>` command that installs one theme into a shadcn/ui project, plus the registry URL it reads.decode_url— Fetch a public site's HTML and stylesheets and return what its CSS declares: named custom properties that look like design tokens, the colours it uses most, its font stacks, border radii, spacing values, and the framework it appears to be built with.css_feature— Answers two questions about a modern CSS feature with data instead of recall.