



# 🌐 **TeamToolboxHub !**

**teamToolboxHub** is a **centralized repository** containing all team utilities,  
**MCP servers**, **automation scripts**, **configs**, and **internal development tools**.  

It serves as a **single unified hub** for everything needed to:  
- streamline workflows  
- standardize environments  
- accelerate development across the team  

---

## 📚 Resources & References

### MCP (Model Context Protocol)
Explore the official MCP repositories and available servers:
- **MCP GitHub Organization**: [https://github.com/mcp](https://github.com/mcp)
- **MCP Server Directory**: [https://mcp.so/servers](https://mcp.so/servers)

---

## ⚙️ Configuration

### Global MCP Server Setup for VS Code !

 **💡 Tip !**

 Any MCP server configured in this global file will be available to all VS Code workspaces and instances on your machine, eliminating the need to configure servers per-project.

To make MCP servers accessible across all VS Code instances, configure them globally:

**Configuration File Location:**
```
C:\Users\{YourUsername}\AppData\Roaming\Code\User\mcp.json
```

**Setup Instructions:**
1. Navigate to your VS Code user settings directory
2. Create or edit the `mcp.json` file in this location !
3. Add your MCP server configurations to this file ..


---