SkyDeckAI Code
JSON →A comprehensive toolkit for AI-driven development, offering file system operations, code analysis, execution, web searching, and system information retrieval.
Install
npx @modelcontextprotocol/inspector Tools · 29
- get_allowed_directory Get the current working directory path
- update_allowed_directory Change the working directory
- create_directory Create a new directory or nested directories
- write_file Create or overwrite a file with new content
- edit_file Make line-based edits to a text file
- read_file Read the contents of one or more files
- list_directory Get listing of files and directories
- move_file Move or rename a file or directory
- copy_file Copy a file or directory to a new location
- search_files Search for files matching a name pattern
- delete_file Delete a file or empty directory
- get_file_info Get detailed file metadata
- directory_tree Get a recursive tree view of directories
- read_image_file Read an image file as base64 data
- codebase_mapper Analyze code structure across files
- search_code Find text patterns in code files
- execute_code Run code in various languages
- execute_shell_script Run shell/bash scripts
- web_fetch Get content from a URL
- web_search Perform a web search
- capture_screenshot Take a screenshot of screen or window
- get_active_apps List running applications
- get_available_windows List all open windows
- get_system_info Get detailed system information
- batch_tools Run multiple tool operations together
- think Document reasoning without making changes
- todo_read Read current workspace todo list
- todo_write Replace entire todo list with validation
- todo_update Update specific todo item by ID
Links
★ 4 GitHub stars