pmcp

modootoday/pmcp
★ 0 stars TypeScript File System Updated today
An MCP server that finds the skills your installed packages already ship.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

Find and use package skills without loading every document into your agent's context. `pmcp` reads installed `SKILL.md` files and exposes three MCP tools: `skill_catalog`, `skill_find`, and `skill_call`. ```sh npm install --save-dev @modootoday/pmcp ``` Register it with an MCP host: ```json { "mcpServers": {