Centrally manage multiple MCP servers with hot-swappable configuration
http://localhost:3000
and log innpx
, uvx
, python
)mcp_settings.json
file:
Web Fetch Server
fetch
: Make HTTP requestsfetch_html
: Scrape web pagesfetch_json
: Get JSON data from APIsPlaywright Browser Automation
playwright_navigate
: Navigate to web pagesplaywright_screenshot
: Take screenshotsplaywright_click
: Click elementsplaywright_fill
: Fill formsFile System Operations
read_file
: Read file contentswrite_file
: Write to filescreate_directory
: Create directorieslist_directory
: List directory contentsSQLite Database
execute_query
: Execute SQL queriesdescribe_tables
: Get table schemascreate_table
: Create new tablesSlack Integration
send_slack_message
: Send messages to channelslist_slack_channels
: List available channelsget_slack_thread
: Get thread messagesGitHub Integration
create_or_update_file
: Create/update repository filessearch_repositories
: Search GitHub repositoriescreate_issue
: Create issuescreate_pull_request
: Create pull requestsGoogle Drive
gdrive_search
: Search files and foldersgdrive_read
: Read file contentsgdrive_create
: Create new filesAmap Maps (China)
search_location
: Search for locationsget_directions
: Get route directionsreverse_geocode
: Convert coordinates to addresses/api/servers/{name}/toggle
/api/logs
endpoint${VAR_NAME}
: Expands to environment variable value${VAR_NAME:-default}
: Uses default if variable not set${VAR_NAME:+value}
: Uses value if variable is setServer Won't Start
Server Keeps Crashing
Tools Not Appearing