M
MCP Agent
作者 @wiseiodev
MCP server by wiseiodev
创建于 4/13/2026
更新于 about 4 hours ago
README
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
- Install dependencies:
pnpm install
- Copy the example environment file and fill in your values:
cp .env.example .env.local
- Start the development server:
pnpm dev
- Open http://localhost:3000.
Environment
The app expects these variables:
DATABASE_URLBETTER_AUTH_SECRETBETTER_AUTH_URLGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRET
Scripts
pnpm dev- run the Next.js dev serverpnpm lint- run Biome checkspnpm typecheck- run TypeScript checkspnpm test- run Vitestpnpm build- run a production buildpnpm check- run lint, typecheck, tests, and buildpnpm 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"
]
}
}
}