Background Mode
Local MCP servers are normally started on every command and shut down after. For repeated use, keep the server running in the background.
Single-client mode
mcp time upmcp time get-current-time 'America/New_York' # instantmcp time get-current-time 'Europe/London' # instantmcp time downThe server runs via stdio in the background. One client at a time, lowest latency.
Shared mode
mcp time up --shareThis starts the server in HTTP mode on a local port. Multiple clients can connect to the same server simultaneously:
- Another terminal running
mcp time ... - Claude Desktop
- A notebook
- Any MCP client that speaks HTTP
mcp time get-current-time 'America/New_York' # auto-detects the running servermcp time down # stop when doneTip: Shared mode is ideal when you want one persistent server session shared across tools — for example, a database server where you want to keep the connection alive.
Checking status
mcp lstime (up) uvx mcp-server-timenotion https://mcp.notion.com/mcpServers that are running show (up) in the listing.