Skip to main content
Glama

Cursor Conversations MCP Server

get_system_info

Retrieve system information like current date, timezone, or comprehensive details for AI assistants to enhance time-based queries and contextual accuracy.

Instructions

Get system information and utilities for AI assistants. Provides current date, timezone, and other helpful context that AI assistants may not have access to. Use this when you need reference information for date filtering, time-based queries, or other system context.

Input Schema

NameRequiredDescriptionDefault
infoNoType of system information to retrieve: "date" for current date only, "timezone" for timezone info, "all" for everythingall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "info": { "default": "all", "description": "Type of system information to retrieve: \"date\" for current date only, \"timezone\" for timezone info, \"all\" for everything", "enum": [ "date", "timezone", "all" ], "type": "string" } }, "type": "object" }

Other Tools from Cursor Conversations MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vltansky/cursor-conversations-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server