Skip to main content
Glama
132,231 tools. Last updated 2026-05-10 02:00

"A search for information about Cursor (likely the AI code editor or computer cursor)" matching MCP tools:

  • Retrieve account cash movements including deposits, withdrawals, fees, interest payments, and internal transfers. Use cursor-based pagination to audit cash flow or reconcile transactions.
    MIT
  • Scan keys in Redis using the SCAN command for non-blocking, production-safe iteration. Use a pattern to match keys and a cursor to paginate through results for complete retrieval.
    MIT
  • Retrieve records from a sift by applying a Mongo-subset filter, optional sort, limit, and pagination cursor for precise data querying.
    MIT
  • Retrieve a company's filing history sorted newest-first, with optional filtering by category and pagination. Use jurisdiction and company_id to get filings; pass back cursor or offset for additional pages.
  • Search the web for current information, news, articles, and websites to find up-to-date content, research topics, or answer questions about recent events.
    Apache 2.0
  • List files from cloud or storage gateway integrations with pagination support. Use a cursor to retrieve subsequent pages when more results are available.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that instruments Cursor AI agent interactions with OpenTelemetry traces and logs to monitor agent turns and performance. It enables tracking of user queries, assistant responses, and tool usage through GenAI-compliant telemetry spans.
    Last updated
    MIT

Matching MCP Connectors

  • Retrieve paginated records from a sift. Provide sift_id, and optionally set limit, offset, or cursor to navigate results.
    MIT
  • Retrieve detailed information about AI personas and customization elements from the DollhouseMCP collection to understand behavioral profiles and content specifications.
  • Retrieve detailed information about a code generation session by providing its session ID using the Playwright-powered MCP server for browser automation.
    MIT
  • Fetch the initial Telegram updates state including pts, qts, date, seq, and unreadCount. Call this once before retrieving updates, then persist the cursor yourself to resume polling.
  • Retrieve new messages, deleted messages, and other updates since a cursor state. Returns the updates and a new cursor; call again if isFinal is false. If gaps are too large, a fallback indicates resync per chat.
  • Execute GDScript code within the Godot editor to query engine state, access project settings, or perform quick operations using EditorScript functionality.
    MIT
  • Search durable memory or poll for new signals in a namespace. Filter by metadata like kind, tags, session, actor, or correlation. Use with a cursor to fetch fresh entries for workflow polling. Returns matching items and a next_since cursor.
  • Read output from a terminal session with three modes: wait for output to settle, incremental read from a cursor, or block until a pattern matches. Returns new output and status flags.
    MIT