Skip to Content
styled-cva 0.5.3 is available 🎉
MCP Docs Server

MCP Docs Server

🤖

This documentation site functions as an HTTP MCP (Model Context Protocol) server, making styled-cva documentation accessible to AI assistants and other MCP clients.

Endpoint

Production URL: https://styled-cva.vercel.app/api/mcp

Integration

Add to your Cursor MCP configuration:

{ "mcpServers": { "styled-cva-docs": { "url": "https://styled-cva.vercel.app/api/mcp" } } }

Available Resources

The server exposes all documentation pages as MCP resources:

Available Tools

  • list_docs - List all available documentation pages
  • search_docs - Search documentation by keyword (requires query parameter)

llms.txt

In addition to the MCP server, we also provide a standard llms.txt file. This is a markdown file that provides a concise summary of the project and its documentation, specifically designed for Large Language Models to consume.

You can access it at: /llms.txt

✅

Once configured, your AI assistant can query styled-cva documentation directly through the MCP protocol.

Last updated on