Awesome MCPSoftware Development

codemaestroai/advanced-unity-mcp

⭐ 93 repository created 2025-06-11

Advanced Unity MCP is a Unity Editor integration that lets an MCP-capable assistant perform editor work that would otherwise be done by hand through menus and inspectors. It is installed through the Unity Package Manager from a git URL, with separate package paths for Unity 2020 to 2022 and for Unity 6 and newer, and it requires Unity 2022 or later. After installation a MCP Dashboard appears under the Code Maestro menu, where the connection mode is chosen. In direct connection mode the editor talks straight to the central hub of the Code Maestro desktop application through a connector component running inside the editor, which avoids a separate relay process. For other clients such as GitHub Copilot in VS Code, Cursor, Windsurf, Claude Desktop and any other MCP-capable assistant, the package uses a relay mode: a bridge server inside the editor exposes an API over a local TCP port, and a small relay process, installed automatically, forwards traffic between the client and that bridge. Configuration for each supported client is generated from the dashboard. The exposed capabilities span several areas. Core editor control covers play, pause and stop of the game, executing menu items, and reading or clearing console messages. Asset and scene management covers creating, modifying and deleting materials, prefabs and scripts, plus manipulating scenes and GameObjects and their components. Build and platform tooling covers build settings, switching the active build target and Android Debug Bridge operations. Project configuration covers Unity packages, project settings, PlayerPrefs and external tools, and there is control of the Unity Profiler for finding performance bottlenecks. When several Unity projects are open, the assistant connects to the most recently opened editor instance. It is aimed at game and interactive developers who want assistant-driven editor automation.

https://github.com/codemaestroai/advanced-unity-mcp

mcp-serverunitygame-developmenteditor-automationbuild-toolsprofiler

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...