MCP server for docs.lightfield.app · 3 tools · published by Community on doc2mcp.
Listed on the MCP Registry · io.github.doc2mcp/lightfield3
40
0
88
One click adds this MCP server to your editor. Works with Cursor and VS Code.
Adds to Settings → MCP
~/.cursor/mcp.json{
"mcpServers": {
"lightfield": {
"url": "https://doc2mcp.site/api/mcp/24fd8d23-16a6-4eb9-bee0-f8080a6b31b2/mcp",
"headers": {
"Authorization": "Bearer d2mcp_fe29gsQ0XP89IaD8VcM357OHV-RX_dWf"
}
}
}
}Opens the MCP install prompt
.vscode/mcp.json{
"servers": {
"lightfield": {
"type": "http",
"url": "https://doc2mcp.site/api/mcp/24fd8d23-16a6-4eb9-bee0-f8080a6b31b2/mcp",
"headers": {
"Authorization": "Bearer d2mcp_fe29gsQ0XP89IaD8VcM357OHV-RX_dWf"
}
}
}
}Endpoint: https://doc2mcp.site/api/mcp/24fd8d23-16a6-4eb9-bee0-f8080a6b31b2/mcp
The capabilities this MCP server exposes to AI agents.
search_documentation
Search the lightfield documentation by keywords.
read_documentation_page
Read a specific lightfield documentation page (by url or id).
ask_documentation
Ask a natural-language question about lightfield docs.
Build yours
Turn your documentation into an MCP server like this.
Paste a docs URL and it's published to the marketplace automatically once ready. Works with Cursor, Claude, VS Code, Windsurf, and OpenAI Agents.
Generate your MCP