ForgeMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ForgeMCPRun the server status diagnostic"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ForgeMCP
ForgeMCP is an MCP server that will provide AI assistants with deep, structured integration for C++ development.
Current Core MVP
The initial server exposes a diagnostic MCP tool over the stdio transport:
server_status
FORGEMCP_WORKSPACE must name an existing workspace directory. The Core validates it but does not inspect project files.
Related MCP server: C++ MCP Server
Setup
Requires Python 3.11 or later.
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install -e ".[test]"mcp is the only runtime dependency. To start the server for a C++ workspace:
$env:FORGEMCP_WORKSPACE = "C:\path\to\cpp-project"
forgemcpThe next increments are a Workspace module, then CMake build/test, clangd, and Debug Adapter Protocol modules.
Core structure
core/config.py— typed runtime configuration and workspace-root validation.core/services.py— explicit dependency registry for future modules.core/application.py— application composition, lifecycle, and server status.core/errors.py— expected Core errors and safe MCP-facing responses.core/logging.py— structured, redacted stderr logging.
See architecture.md for Core boundaries and extension points.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that exposes Language Server Protocol features to external clients, allowing access to hover information, definitions, completions, references, and rename functionalities.1939MIT
- Alicense-qualityFmaintenanceAn MCP server that provides semantic understanding of C++ codebases using libclang, allowing Claude to instantly find classes, functions, and their relationships without having to grep through thousands of files.31MIT
- Alicense-qualityAmaintenanceA production-ready MCP server that enables AI assistants to intelligently understand, analyze, edit, navigate, and review software projects with multi-workspace support, Git integration, and semantic search.MIT
- Flicense-qualityCmaintenanceA single MCP server that bridges to any LSP, enabling code intelligence features like hover, go-to-definition, references, and diagnostics for multiple languages via configurable language servers.1
Related MCP Connectors
MCP server for Klever blockchain smart contract development.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hardened-steel/ForgeMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server