Skip to content

Livespace CRM MCP Server for Zed

io.github.proautomator/livespace-crm-mcp

Unofficial local MCP server for Livespace CRM with read tools and guarded writes.

client:Zed transport:stdio runtime:npm

Install Livespace CRM MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "livespace-crm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "livespace-crm-mcp"
      ],
      "env": {
        "MCP_PORT": "<MCP_PORT>",
        "LIVESPACE_SUBDOMAIN": "<LIVESPACE_SUBDOMAIN>",
        "LIVESPACE_API_KEY": "<LIVESPACE_API_KEY>",
        "LIVESPACE_API_SECRET": "<LIVESPACE_API_SECRET>",
        "MCP_AUTH_TOKEN": "<MCP_AUTH_TOKEN>",
        "LIVESPACE_MCP_ENABLE_WRITES": "<LIVESPACE_MCP_ENABLE_WRITES>",
        "MCP_REQUEST_STATE_KEY": "<MCP_REQUEST_STATE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Livespace CRM MCP Server in other clients