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
Cursor
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:
- Introduction -
styled-cva://docs/introduction - Getting Started -
styled-cva://docs/getting-started - API Reference -
styled-cva://docs/api - MCP Docs Server -
styled-cva://docs/mcp
Available Tools
list_docs- List all available documentation pagessearch_docs- Search documentation by keyword (requiresqueryparameter)
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