134,751 tools. Last updated 2026-05-25 19:45
"How to Read Files Using a Computer" matching MCP tools:
- Stop a running virtual computer to reduce costs while preserving all data. The computer can be restarted later when needed.MIT
- Lists files for a specific computer in the Orgo MCP Server, showing both uploaded and exported files with pagination support. Use file IDs for download or deletion operations.MIT
- Restart a computer to recover from unresponsive states or reset to a clean environment using its computer ID.MIT
- Read contents of multiple files at once to analyze or compare them. Returns each file's content with its path; individual failures do not halt the operation.MIT
- Read server files through SQL injection using UNION SELECT LOAD_FILE(). Requires MySQL FILE privilege to access server-side files like /etc/passwd for security testing.MIT
- Read entries from a Redis stream using a consumer group, specifying key, group, consumer, and optionally count or blocking timeout.MIT
Matching MCP Servers
- AlicenseBqualityDmaintenanceAn AI recipe recommendation server based on the MCP protocol, providing functions such as recipe query, classification filtering, intelligent dietary planning, and daily menu recommendation.Last updated651Apache 2.0
Matching MCP Connectors
Transform any blog post or article URL into ready-to-post social media content for Twitter/X threads, LinkedIn posts, Instagram captions, Facebook posts, and email newsletters. Pay-per-event: $0.07 for all 5 platforms, $0.03 for single platform.
Daily world briefing that tells AI assistants what's actually happening right now. Leaders, conflicts, deaths, economic data, holidays. Updated daily so they stop getting current events wrong.
- Analyze multiple files using glob patterns and aggregate findings across files to answer a single question, reducing token usage for multi-file analysis.Apache 2.0
- Find academic papers in computer science from the dblp bibliography database using search queries.MIT
- Search vectorized files in a group using semantic queries to find relevant content based on meaning rather than keywords.MIT
- Create a download job for Object Store files by specifying organization ID and file keys, then retrieve the job ID for tracking progress.Apache 2.0
- Read the full content of a documentation file by its relative path. Use offset and limit to paginate large files and avoid context limits.Apache 2.0
- Apply code changes to files using intelligent merging. For new files, writes content directly; for existing files, merges a snippet with anchor lines from the current content.MIT
- Batch read multiple files under a token budget, automatically returning unchanged files as cache hits, diffs for modifications, and full content for new files.MIT
- Read a file with automatic caching. Returns full content on first read, indicates unchanged content, or provides a diff for modifications.MIT
- Request human review on markdown files to get inline comments. Start a new review with file paths or continue an existing session using the session ID.MIT
- Decodes a vp1 read-only token into embedded wallet addresses and scope. Enables read-only portfolio queries using recipient's RPCs. Refuses expired tokens.Business Source 1.1
- Retrieve file content from GitHub repositories to examine source code, understand implementations, or read configuration files directly.MIT
- Generate a comprehensive codebase architecture map showing modules, dependencies, frequently changed files, and API endpoints to understand structure before starting development tasks.MIT
- List all visible VISA instrument resources on your computer to identify the connection string needed to connect to a LeCroy oscilloscope, whether connected via LAN or USB.AGPL 3.0
- Upload large video files up to 4GB using resumable chunked upload to overcome size limits and network failures.MIT