MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by wiseiodev

创建于 4/13/2026
更新于 about 4 hours ago
Repository documentation and setup instructions

Project Copilot

Project Copilot is a Next.js App Router application for asking questions about Jira and Azure DevOps projects through a durable per-user workspace. The initial slice ships the authenticated app shell, Google sign-in with Better Auth, Postgres + Drizzle persistence, and the Chat, Integrations, and History navigation scaffold.

Stack

  • Next.js 16 App Router with src/
  • pnpm
  • Better Auth with Google sign-in
  • Drizzle ORM + Postgres via DATABASE_URL
  • Biome
  • shadcn/ui

Getting Started

  1. Install dependencies:
pnpm install
  1. Copy the example environment file and fill in your values:
cp .env.example .env.local
  1. Start the development server:
pnpm dev
  1. Open http://localhost:3000.

Environment

The app expects these variables:

  • DATABASE_URL
  • BETTER_AUTH_SECRET
  • BETTER_AUTH_URL
  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET

Scripts

  • pnpm dev - run the Next.js dev server
  • pnpm lint - run Biome checks
  • pnpm typecheck - run TypeScript checks
  • pnpm test - run Vitest
  • pnpm build - run a production build
  • pnpm check - run lint, typecheck, tests, and build
  • pnpm db:generate - generate Drizzle migrations

License

MIT

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/wiseiodev/mcp-agent
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "wiseiodev-mcp-agent": { "command": "git", "args": [ "clone", "https://github.com/wiseiodev/mcp-agent" ] } } }