Documentation Index
Fetch the complete documentation index at: https://docs.skale.space/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The SKALE Documentation MCP server gives AI assistants and agents the ability to search and read SKALE documentation directly. It’s available at:What Is MCP?
The Model Context Protocol (MCP) is an open standard that enables AI models to interact with external tools and data sources. The SKALE Docs MCP server exposes two tools:- Search — Search across all SKALE documentation to find relevant pages
- Query docs filesystem — Read full page content, browse the doc structure, and extract specific sections
Connecting
Claude Desktop (claude.ai)
- Go to Settings → Connectors
- Select Add custom connector
- Enter:
- Name:
SKALE Docs - URL:
https://docs.skale.space/mcp
- Name:
- Select Add
Claude Code
Cursor
- Open Cursor Settings → MCP (Cmd+Shift+P → “Open MCP settings”)
- Add a new MCP server:
VS Code
Create or edit.vscode/mcp.json in your project:
GitHub Copilot
GitHub Copilot can also connect to MCP servers. Add the server in your client settings or Copilot extensions configuration.Other MCP Clients
Any MCP-compatible client can connect by adding a server withurl set to https://docs.skale.space/mcp. See the client’s documentation for the exact configuration format.
What the MCP Server Provides
The MCP server indexes all public pages listed in the documentation navigation. When an AI agent connects, it can:- Answer questions about SKALE concepts, APIs, and SDKs
- Find relevant cookbook recipes and tutorials
- Provide accurate code examples from the docs
- Reference chain information and configuration details
