Skip to main content
Glama

Cursor Conversations MCP Server

by vltansky

get_system_info

Retrieve system information such as current date and timezone to assist with time-based queries or context for AI assistants.

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" }

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