← electrik.dev
INDIVIDUAL MCP TOOL
get_component_source
Fetch the primary Blade source for a Slate component from the 3.
LIVE ENDPOINT
https://mcp.slate.electrik.dev
Connect to this endpoint to inspect the live schema for get_component_source and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.electrik-slate]
url = "https://mcp.slate.electrik.dev"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"electrik-slate": {
"type": "http",
"url": "https://mcp.slate.electrik.dev"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: electrik-slate
Remote MCP URL: https://mcp.slate.electrik.dev
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": {
"electrik-slate": {
"url": "https://mcp.slate.electrik.dev"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"electrik-slate": {
"type": "http",
"url": "https://mcp.slate.electrik.dev"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "electrik-slate",
"transport": "streamable-http",
"url": "https://mcp.slate.electrik.dev"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_components— List shipped Electrik Slate Blade components with docs URLs.list_blocks— List Slate docs-site blocks (copy-ready Blade sections).get_component_docs— Fetch markdown documentation for a Slate component (e.get_docs_page— Fetch a docs markdown page by path (e.get_llms_index— Fetch https://slate.