devkit-for-strapi

PaulRichez/devkit-for-strapi
★ 0 stars TypeScript AI/LLM Updated today
Accurate autocomplete, diagnostics, go-to-def, references & rename for Strapi magic strings (api:: UIDs, services, policies, components) — a VS Code extension + MCP server for AI agents (Cursor, Claude Code). Reads your real schema.json, never invents a UID. Strapi v4 & v5.
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": {
    "devkit-for-strapi": {
      "command": "npx",
      "args": [
        "-y",
        "PaulRichez/devkit-for-strapi"
      ]
    }
  }
}

Topics

ai-agentscursordeveloper-toolslanguage-servermagic-string-strapimcpstrapistrapi-4strapi-v5typescriptvscode-extension