MCP Generator

Generate a project-specific TypeScript MCP server exposing codebase intelligence via ForgeNexus tools.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Exia-thd/Digital-Nervous --skill mcp-generator-exia-thd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MCP Generator
Source: https://github.com/Exia-thd/Digital-Nervous/tree/main/skills/mcp-generator
Command: npx skills add https://github.com/Exia-thd/Digital-Nervous --skill mcp-generator-exia-thd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It creates a project‑specific MCP server that exposes the repository’s code intelligence, enabling AI clients to understand and interact with the codebase without manual setup.

Core Features & Use Cases

  • Scaffolds a ready‑to‑run TypeScript MCP server with tools, resources, and prompts based on the project profile.
  • Detects Unity projects and adds Unity‑specific MCP integrations.
  • Generates client configuration snippets for Antigravity, Claude Desktop, Cursor, and other MCP‑compatible tools.
  • Re‑generates on demand when the project changes or onboarding is re‑run.

Quick Start

Ask the MCP Generator to create an MCP server for this project.

Frequently Asked Questions about MCP Generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an MCP server for my project to give AI code insight?

An MCP server exposes your repository's code intelligence to AI clients, enabling them to understand and interact with the codebase automatically without requiring manual setup or configuration.

What dependencies do I need to run a generated TypeScript MCP server?

You need Node.js and the @modelcontextprotocol/sdk dependency installed to run the generated TypeScript MCP server and expose your project's codebase intelligence to AI clients.

Can I use a generated MCP server with Claude Desktop or Cursor?

Yes, the MCP Generator creates client configuration snippets for Antigravity, Claude Desktop, Cursor, and other MCP-compatible tools to connect AI clients to your codebase intelligence.

Does the MCP server generator support Unity projects?

Yes, the generator detects Unity projects and automatically adds Unity-specific MCP integrations to the scaffolded TypeScript server for enhanced codebase intelligence.

When should I regenerate a project MCP server?

You should regenerate the MCP server when your project changes or onboarding is re-run, ensuring the exposed code intelligence via ForgeNexus tools stays synchronized with the current codebase.

What is a ForgeNexus index and do I need one to generate an MCP server?

A ForgeNexus index provides the codebase intelligence data. You must have a ForgeNexus index and a project-profile.json in your software project before generating the MCP server.