ModelContextProtocol MCP服务器的开源仓库
MCPRepository是一个开源的Next.js项目,旨在集中管理MCPServes。该项目的核心理念包括:
访问实时演示:https://mcprepository.net/
克隆仓库:
git clone https://github.com/yourusername/MCPRepository.git
cd MCPRepository
安装依赖:
npm install
# 或
yarn install
在根目录创建一个.env.local文件:
NEXT_PUBLIC_GA_ID=your-google-analytics-id
启动开发服务器:
npm run dev
# 或
yarn dev
打开浏览器中的http://localhost:3000以查看应用程序。
npm run dev
# 或
yarn dev
npm run build
# 或
yarn build
npm run start
# 或
yarn start
npm run lint
# 或
yarn lint
MCPRepository/
├── public/ # 静态资源
├── src/
│ ├── app/ # 应用路由页面和布局
│ ├── components/ # 可重用的React组件
│ ├── styles/ # 全局样式
│ └── lib/ # 工具函数和辅助工具
├── .env.local # 环境变量(创建此文件)
├── next.config.js # Next.js配置
├── tsconfig.json # TypeScript配置
└── package.json # 项目依赖和脚本
我们对MCPRepository的愿景包括:
我们欢迎来自每个人的贡献!以下是你如何帮助的方式:
git checkout -b feature/your-feature-namenpm run lintgit commit -m '添加某个功能'git push origin feature/your-feature-name请在参与此项目时保持尊重和包容。我们期望所有贡献者遵守我们的行为准则,这促进了对所有人友好且无骚扰的体验。
本项目采用MIT许可证 - 查看LICENSE文件了解详情。
由mcprepository.net制作 ❤️