LucidLink MCP Server
Official LucidLink MCP server (beta). Gives MCP-compatible agents a shared, persistent LucidLink filespace they can read, write, search, lock and audit — the "shared data layer for agentic AI" LucidLink markets at lucidlink.com/mcp-server. It is a local stdio server: the MCP client launches it with uvx and no LucidLink-hosted MCP endpoint exists. An optional --http streamable-HTTP transport binds loopback only and is the operator's own to expose (reverse proxy or the companion lucidlink-mcp-cloudflared tunnel package); that is self-hosting, not a vendor-hosted remote server.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
read_audit_trail—verify_token—list_data_stores—link_external_file—link_external_url—update_external_url—list_external_files—unlink_external_file—register_data_store—unregister_data_store—list_filespaces—link_filespace—current_filespace—unlink_filespace—list_accounts—use_account—register_account—unregister_account—find_files—grep_files—tree—read_lines—edit_lines—append_file—search_replace—copy_file—read_file—write_file—write_at—sync_filespace—list_files—get_entry—create_directory—delete_path—truncate_file—move_path—whoami—lock_byte_range—unlock_byte_range—claim_file—release_file—list_locks_held—filespace_stats—count_files—subscribe_changes—poll_changes—unsubscribe_changes—
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.