A remote MCP server that lets any team member manage Toolbox apps using their own Claude subscription. Changes are committed and pushed to GitHub automatically — the server redeploys in ~5 s.
https://vernepylab.com/apps/toolbox/toolbox-mcp/
claude mcp add verne-toolbox https://vernepylab.com/apps/toolbox/toolbox-mcp/
Or clone the toolbox repo — the .mcp.json at the root connects automatically when you open the project.
{
"mcpServers": {
"verne-toolbox": {
"type": "http",
"url": "https://vernepylab.com/apps/toolbox/toolbox-mcp/"
}
}
}
Ask your claude.ai administrator to add a custom connector with this SSE URL:
https://vernepylab.com/apps/toolbox/toolbox-mcp/sse
Once added org-wide, every team member sees the Toolbox tools in claude.ai — no individual setup needed.
| Tool | What it does |
|---|---|
| list_apps | List all registered Toolbox apps |
| get_app_info | File tree + registry entry for an app |
| list_files | List files inside an app |
| read_file | Read any app file |
| write_file | Create or overwrite a file |
| delete_file | Delete a file |
| create_app | Scaffold a new app directory |
| register_app | Add/update entry in server.js |
| unregister_app | Remove app from server.js |
| git_status | Show pending changes |
| git_sync | Commit + push → auto-deploy |
| schedule_agent | Build a config body for a scheduled remote agent (weekly audits, daily reports) |
| MEETING PREP | |
| list_upcoming_meetings | Browse upcoming Google Calendar events |
| prepare_meeting | Full prep pipeline → Notion page |
"List the existing Toolbox apps" "Add a new app called pump-calc with a simple pump sizing form" "Edit the description of the rampup app" "Show me what files are in the claudebox app" "Push everything to GitHub" "Prepare for my meeting with Acme Corp tomorrow" "What meetings do I have this week?" "Get me ready for my call with John Smith at TechCorp"
Protected by domain authentication · ← Toolbox