lcsa-mcp
MCP (Model Context Protocol) server for LCSA. Exposes local context signals to AI tools like Claude, Cursor, Windsurf, and others.
Installation
Or build from source:
Usage
Run the server (stdio transport):
Configure Claude Desktop
Add to ~/.config/claude/mcp_servers.json:
Or with full path:
Configure Cursor
Add to your MCP configuration:
MCP Resources
| URI | Description |
|---|---|
lcsa://context/current |
Snapshot of all latest signals |
lcsa://signals/latest/clipboard |
Latest clipboard signal (metadata) |
lcsa://signals/latest/selection |
Latest selection signal |
lcsa://signals/latest/focus |
Latest focus signal |
MCP Tools
| Tool | Description |
|---|---|
get_supported_signals |
Query which signal types are supported on this platform |
get_current_context |
Get a snapshot of all latest signals |
get_clipboard_content |
Get raw clipboard content (requires permission and reason) |
Example Tool Responses
get_current_context
get_clipboard_content
Privacy
LCSA separates signal metadata from content. The get_current_context tool returns only metadata (content type, size, source app, sensitivity flags). Raw clipboard content requires explicit permission via get_clipboard_content with a stated reason.
License
Apache-2.0