Lspace

Lspace

Turn scattered ChatGPT/Claude/Cursor conversations into persistent, searchable knowledge.

8
Stars
2
Forks
0
Releases

Overview

Lspace MCP Server is an open-source API backend and MCP-compliant server that implements the Model Context Protocol (MCP). It enables developers to integrate intelligent knowledge base generation and management into workflows by connecting AI agents and other tools to managed content repositories. The project supports multi-repository management (local and GitHub), uses a dedicated entry point lspace-mcp-server.js, and operates with environment configuration (.env) and config.local.json to specify repositories and credentials (including GitHub PATs). The server can be run alongside or independently of a full API server (via npm run dev or npm start) and provides a dedicated MCP interface for programmatic interactions. It uses a dual-structure repository model: raw inputs stored under /.lspace/raw_inputs/ and a synthesized knowledge base at the repository root, with timeline tracking of document operations. LLM prompts are centralized in src/config/prompts.ts, enabling customization of document processing and knowledge-base generation. The README also documents how to configure client integrations (Cursor and Claude Desktop) to connect to the MCP server.

Details

Owner
Lspace-io
Language
TypeScript
License
Other
Updated
2025-12-07

Features

Self-hostable service

A self-hosted service for git operations, search, and LLM integration that runs the MCP server.

Lspace MCP Server

Implements the Model Context Protocol (MCP) via lspace-mcp-server.js to allow AI agents and tools to interact with Lspace capabilities programmatically.

Multi-repository management

Supports managing multiple repositories across local and GitHub providers.

AI Orchestration

Automates document classification, organization, and summarization to build structured knowledge bases.

Knowledge Base Generation

Generates a Wikipedia-like synthesis of repository content into an accessible knowledge base.

Dual-structure repositories

Maintains raw documents and a synthesized knowledge base in a dual-structure repository setup.

Timeline tracking

Tracks document operations over time in a timeline log.

Extensible architecture

Designed for extensions and custom integrations with additional tools and workflows.

Audience

DevelopersBuild MCP-compatible integrations and drive knowledge base generation in developer workflows.
AI agentsInteract programmatically with Lspace capabilities to access and update knowledge bases.
MCP clientsConfigure clients like Cursor or Claude Desktop to connect to the MCP server.

Tags

MCPModel Context ProtocolLspaceknowledge baseself-hostedGitHubPATAI orchestrationdocument generationknowledge managementtimelinedual-structure repositories