laightdb-mcp

Stores and retrieves LaightDB MCP context for Cursor sessions via store_context and get_context.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/gtrig/LaightDB --skill laightdb-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laightdb-mcp
Source: https://github.com/gtrig/LaightDB/tree/main/.cursor/skills/laightdb-mcp
Command: npx skills add https://github.com/gtrig/LaightDB --skill laightdb-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stores and retrieves LaightDB context via MCP tools to enable seamless context persistence across Cursor sessions.

Core Features & Use Cases

  • Store and retrieve context using production MCP tooling (store_context, get_context, search_context, delete_context).
  • Manage collections and metadata with list_collections, link_context, get_neighbors, get_subtree, graph_search, suggest_links.
  • Use in Cursor to save project/session context for later retrieval or to load previous context by id or via graph relationships.

Quick Start

Connect Cursor to the LaightDB MCP server and run store_context to save content, then retrieve it with get_context or search_context by ID.

Frequently Asked Questions about laightdb-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist Cursor context across sessions using MCP?

Store project context in LaightDB via the store_context MCP tool during a Cursor session, then retrieve it later using get_context or search_context by ID to restore your working environment.

How do I search and retrieve saved context from LaightDB?

Use the search_context MCP tool to discover matching context entries in LaightDB, or call get_context with a specific ID to fetch exact saved project or session data directly.

Can I manage namespace isolation for context collections in Cursor?

Yes, manage namespace isolation by using the list_collections MCP tool to organize context collections, ensuring efficient access and logical separation of distinct project data within LaightDB.

How does graph search work for retrieving related context in LaightDB?

Graph search in LaightDB retrieves related context by using the graph_search and get_neighbors MCP tools to traverse linked nodes, allowing you to discover connected project data through established relationship structures.

Do I need additional dependencies to use LaightDB MCP tools in Cursor?

No additional dependencies are required. You simply need to connect Cursor to the LaightDB MCP server to start using tools like store_context, get_context, and delete_context for seamless context persistence.

What is the best way to link related context nodes in LaightDB?

The best way to link related context nodes in LaightDB is by using the suggest_links and link_context MCP tools to establish relationships, which then enables subsequent graph traversal and efficient connected context discovery.