developer tools

System Prompts Mcp Server

Exposes a large catalog of coding assistant prompts as MCP tools with model-aware suggestions and persona activation to emulate agents like Cursor or Devin.

typescript
local
macos
windows
linux
developer tools
0
View on GitHub

Installation

npx -y JamesANZ/system-prompts-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "system-prompts-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "JamesANZ/system-prompts-mcp-server"
  ]
}

About This MCP Server

JamesANZ/system-prompts-mcp-server

Exposes a large catalog of coding assistant prompts as MCP tools with model-aware suggestions and persona activation to emulate agents like Cursor or Devin.

GitHub: https://github.com/JamesANZ/system-prompts-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub