MCP Generator

Generate a project-specific MCP server exposing codebase intelligence as Tools, Resources, and Prompts.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/ouakar/ubinarys-dental --skill mcp-generator-ouakar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MCP Generator
Source: https://github.com/ouakar/ubinarys-dental/tree/main/skills/forgewright/skills/mcp-generator
Command: npx skills add https://github.com/ouakar/ubinarys-dental --skill mcp-generator-ouakar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a project-specific MCP server that exposes codebase intelligence (GitNexus graph, project profile, conventions) as MCP Tools, Resources, and Prompts.

Core Features & Use Cases

  • Scaffolds a customized MCP server at .forgewright/mcp-server/ including server.ts, config, and resource registry.
  • Produces client-ready MCP configurations for major MCP clients (Antigravity, Claude Desktop, Cursor, and VS Code).
  • Onboarding integration: automatically activates when GitNexus index exists and project-profile.json is present to deliver tailored tooling and prompts. Use case: a development team onboarding a new project can immediately connect their MCP client to a project-aware server that surfaces code context, architecture, and conventions.

Quick Start

Run onboarding to generate the MCP server for the current 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 codebase?

To generate an MCP server, you run the onboarding process which scaffolds a customized server at .forgewright/mcp-server/ including server.ts, config, and resource registry for your codebase.

What is codebase intelligence in an MCP server?

Codebase intelligence in an MCP server exposes the GitNexus graph, project profile, and conventions as MCP Tools, Resources, and Prompts so connected clients can understand project architecture and context.

Does the generated MCP server configuration work with Claude Desktop and Cursor?

Yes, the server produces client-ready MCP configurations for major clients including Claude Desktop, Cursor, VS Code, and Antigravity so they can connect to the project-aware server.

When do I need to generate a project-specific MCP server?

You need a project-specific MCP server when onboarding a development team to immediately surface code context, architecture, and conventions through their connected MCP clients.

What safeguards does the MCP server enforce for codebase navigation?

The MCP server enforces safeguards on writes, script execution, and navigation to keep the workflow deterministic and secure when clients interact with the codebase intelligence.

Do I need a GitNexus index to activate the MCP server onboarding?

Yes, onboarding automatically activates when a GitNexus index exists and project-profile.json is present to deliver tailored tooling and prompts for the MCP server.