Skip to main content

Available MCP Servers

  • brave (Brave Search API)
  • tavily (Tavily Search API)
  • repl (JavaScript REPL/Analysis)
  • artifacts (Artifacts System)
  • generateImage (Image Generation)
  • read_query/write_query (SQLite)
  • find/insertOne (MongoDB)
  • read-neo4j-cypher/write-neo4j-cypher (Neo4j)
  • create_document/read_document (Chroma Vector DB)
  • read_notes/search_notes (Notes System)
  • read_file/write_file (File System)
  • create_repository/search_repositories (GitHub)
  • get-alerts/get-forecast (Weather)
  • append_insight (Business Insights)

Available MCP Tools

Tool CategoryTool NameDescription
Web Searchbrave_web_searchGeneral web search using Brave Search API
Web Searchbrave_local_searchSearch for local businesses and places
Web Searchtavily_web_searchAI-powered comprehensive web search
Web Searchtavily_answer_searchDirect answer search with source verification
Web Searchtavily_news_searchSpecialized news article search
GitHubcreate_or_update_fileCreate/update files in GitHub repositories
GitHubsearch_repositoriesSearch GitHub repositories
GitHubcreate_repositoryCreate new GitHub repositories
GitHubget_file_contentsGet contents from GitHub repositories
GitHubpush_filesPush multiple files to GitHub
GitHubcreate_issueCreate GitHub issues
GitHubcreate_pull_requestCreate GitHub pull requests
GitHubfork_repositoryFork GitHub repositories
GitHubcreate_branchCreate new branches in GitHub
File Systemread_fileRead file contents
File Systemread_multiple_filesRead multiple files simultaneously
File Systemwrite_fileCreate or overwrite files
File Systemedit_fileMake line-based edits to files
File Systemcreate_directoryCreate new directories
File Systemlist_directoryList files and directories
File Systemdirectory_treeGet recursive tree view of files
File Systemmove_fileMove or rename files
File Systemsearch_filesSearch for files matching patterns
File Systemget_file_infoGet file metadata
File Systemlist_allowed_directoriesList accessible directories
Image GenerationgenerateImageGenerate images using flux-1-schnell model
Database (SQLite)read_queryExecute SELECT queries
Database (SQLite)write_queryExecute INSERT/UPDATE/DELETE queries
Database (SQLite)create_tableCreate new tables
Database (SQLite)list_tablesList all tables
Database (SQLite)describe_tableGet table schema information
Database (MongoDB)listCollectionsList available collections
Database (MongoDB)findQuery documents
Database (MongoDB)insertOneInsert single document
Database (MongoDB)updateOneUpdate single document
Database (MongoDB)deleteOneDelete single document
Database (MongoDB)createIndexCreate new index
Database (MongoDB)dropIndexDrop existing index
Database (MongoDB)indexesList collection indexes
Database (Neo4j)read-neo4j-cypherExecute Cypher read queries
Database (Neo4j)write-neo4j-cypherExecute Cypher write queries
Database (Neo4j)get-neo4j-schemaList node types and relationships
Vector Databasecreate_documentCreate document in Chroma
Vector Databaseread_documentRetrieve document from Chroma
Vector Databaseupdate_documentUpdate document in Chroma
Vector Databasedelete_documentDelete document from Chroma
Vector Databaselist_documentsList all documents in Chroma
Vector Databasesearch_similarSearch similar documents in Chroma
Notesread_notesRead multiple notes
Notessearch_notesSearch notes by name
AnalysisreplJavaScript REPL for code execution
Weatherget-alertsGet weather alerts by state
Weatherget-forecastGet weather forecast by coordinates
Businessappend_insightAdd business insight to memo
ArtifactsartifactsCreate and manage artifacts

Tool Triggers and Example Prompts

Here are common trigger words and example prompts for each tool:

Web Search Tools

  • "search for": "Search for recent papers on quantum computing"
  • "find information": "Find information about electric car batteries"
  • "research": "Research the impact of AI on healthcare"
  • "latest news": "Latest news about SpaceX launches"

GitHub Tools

  • "create repo": "Create a new repository for the project"
  • "open issue": "Open an issue for the bug report"
  • "create PR": "Create a pull request for the feature branch"

File System Tools

  • "read file": "Read the contents of config.json"
  • "write file": "Write the results to output.txt"
  • "list files": "List all files in the project directory"

Database Tools

  • "query data": "Query the sales data for last month"
  • "insert record": "Insert a new customer record"
  • "update document": "Update the user profile document"

Image Generation

  • "generate image": "Generate an image of a futuristic city"
  • "create picture": "Create a picture of a mountain landscape"
  • "make illustration": "Make an illustration of a fantasy character"

Weather Tools

  • "weather alerts": "Get weather alerts for California"
  • "forecast": "Get the weather forecast for New York"
  • "temperature": "Check temperature predictions for Chicago"

Business Tools

  • "add insight": "Add insight about market trends"
  • "record finding": "Record finding from data analysis"
  • "note observation": "Note observation about customer behavior"