# mcp-of-mcps_a3075422
## Project Overview
MCP of MCPs is a meta-server that merges all your MCP servers into a single smart endpoint. It gives AI agents instant tool discovery, selective schema loading, and massively cheaper execution, so you stop wasting tokens and time.
## Tech Stack
- **TypeScript**: 100%
### Frameworks
- Node.js
## Project Structure
```
π LICENSE
π README.md
π docs
π AGENTS.md
π mcp-of-mcps.png
π package.json
π src
π application
π config
π domain
π index.ts
π infrastructure
π tsconfig.json
```
## Development Commands
```bash
# Install dependencies
npm install # or: yarn install
# Run development server
npm run dev
# Run tests
npm test
```
## Key Patterns & Conventions
- Use strict TypeScript configuration
- Prefer interfaces over type aliases for object shapes
- Use functional components with hooks for React
## Important Context for AI Agents
When working with this codebase:
- Total files: 28
- Total lines: 2530
- Primary language: TypeScript
### Do's
- Read relevant source files before making changes
- Follow existing code patterns and conventions
- Write tests for new functionality
- Keep commits atomic and well-described
### Don'ts
- Don't introduce new dependencies without discussion
- Don't change formatting/style unless specifically requested
- Don't remove existing functionality without confirmation