Unofficial local MCP server for Livespace CRM with read tools and guarded writes.
npx @getmcp/cli add io.github.proAutomator/livespace-crm-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LIVESPACE_SUBDOMAINBare Livespace workspace subdomain, without protocol or domain suffix.
LIVESPACE_API_KEYPer-user Livespace API key.
LIVESPACE_API_SECRETPer-user Livespace API secret.
MCP_AUTH_TOKENRandom bearer token of at least 32 bytes, also sent by the client.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.proAutomator/livespace-crm-mcp": {
"command": "npx",
"args": [
"-y",
"livespace-crm-mcp"
],
"env": {
"MCP_PORT": "3020",
"LIVESPACE_SUBDOMAIN": "",
"LIVESPACE_API_KEY": "",
"LIVESPACE_API_SECRET": "",
"MCP_AUTH_TOKEN": "",
"LIVESPACE_MCP_ENABLE_WRITES": "false",
"MCP_REQUEST_STATE_KEY": ""
}
}
}
}Rust MCP server and CLI for Apprise notification fan-out across dozens of delivery backends.
Rust MCP server and CLI for Arcane Docker and container management.
Rust MCP server and CLI for Gotify push notifications and message management.
Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.