Lamatic Docs MCP

Query Lamatic.ai documentation instantly using AI — no searching required.

MCP Server is live/api/mcp

What is this?

This is an MCP (Model Context Protocol) server for Lamatic.ai documentation. It allows AI assistants like Claude, Cursor, and Windsurf to answer questions about Lamatic directly — powered by a RAG pipeline built on Lamatic itself.

Connect

Add this to your MCP client config:

{
  "mcpServers": {
    "lamatic-docs": {
      "url": "https://docmcp.lamatic.ai/api/mcp"
    }
  }
}

Supported Clients

Claude Desktop
Cursor
Windsurf
Cline
Any MCP client

Available Tool

query_docs

Ask any question about Lamatic.ai documentation. Uses RAG to search across all indexed docs and return a precise answer.

GitHub →Lamatic Docs →API Endpoint →