TroyBuildsGIT/gpt-mcp-server
If you are the rightful owner of gpt-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The GPT MCP Server is a Model Context Protocol server optimized for deployment on Vercel, offering AI tools for GitHub, Google Drive, and filesystem operations.
Tools
Functions exposed to the LLM to take actions
github.search_code
Search code across GitHub repositories.
github.get_file
Read file contents from GitHub repositories.
github.create_issue
Create new issues in repositories.
googleDrive.search_files
Search files in Google Drive.
googleDrive.read_file
Read and export Drive documents.
filesystem.read_file
Read files from sandboxed storage.
filesystem.write_file
Write files to sandboxed storage.
filesystem.list_files
List files in directories.
filesystem.delete_file
Delete files from storage.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client