Pmcp MCP Server

通用 MCP Server — 自动生成项目 prompts 体系、传递链日志、模块记录、需求澄清与计划生成。可接入任意项目。

Local serverstdioTypeScript

What is the Pmcp MCP server?

Most database access work still happens through a UI a human drives. Pmcp MCP server moves it into the conversation instead. 通用 MCP Server — 自动生成项目 prompts 体系、传递链日志、模块记录、需求澄清与计划生成。可接入任意项目。.

The short version

通用 MCP Server — 自动生成项目 prompts 体系、传递链日志、模块记录、需求澄清与计划生成。可接入任意项目。

Getting it running

pmcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • Skill — 图标
  • analyst — 📋
  • architect — 🏗️
  • audit — 🔒
  • backend — 🔧
  • backend-java — ☕
  • database-handler — 🗄️
  • ecc-workflow — 🔄
  • frontend — 🎨
  • git-workflow — 🔀
  • review — 🔍
  • start — 🚀

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Pmcp.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pmcp's toolset — Skill, analyst, architect and 11 more — is a fair guide to whether it matches your workflow. It is maintained by thana0623; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Skill图标
analyst📋
architect🏗️
audit🔒
backend🔧
backend-java
database-handler🗄️
ecc-workflow🔄
frontend🎨
git-workflow🔀
review🔍
start🚀
context.md项目全貌(技术栈、结构)
HOT_STATE.md会话热状态

How to install the Pmcp MCP server

{
  "mcpServers": {
    "pmcp": {
      "command": "npx",
      "args": ["-y", "pmcp-server"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Pmcp to Skill.
  • Use Pmcp to analyst.
  • Use Pmcp to architect.

Frequently asked questions

It connects Pmcp to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Skill, analyst, architect, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pmcp directly.