MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by wiseiodev

Created 4/13/2026
Updated 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

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/wiseiodev/mcp-agent
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

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