Back to Apps

MCP Forge
by coderxcode
Production-ready Go template for MCP servers with built-in OAuth and JWT authentication.
0 stars
Works in:CursorVS Code Copilot
Exposes:ToolsResources
What it does
MCP Forge is a comprehensive production-ready template for building Model Context Protocol (MCP) servers using Go. It bridges the gap between simple prototypes and enterprise-grade deployments by providing a robust foundation that includes essential "production vitamins" like secure authentication and scalable deployment configurations.
Tools
hello: A basic tool provided in the template to demonstrate MCP tool implementation and logic.
Installation
Build the binary first:
make build
Then add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-forge": {
"command": "/path/to/mcp-forge/bin/mcp-forge-linux-amd64",
"args": ["--config", "/path/to/mcp-forge/docs/config-stdio.yaml"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- VS Code Copilot
- Claude Web
- OpenAI
Quick install
make build && ./bin/mcp-forge-linux-amd64Information
- Pricing
- free
- Published
- 4/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Configure via mcp.json pointing to the compiled binaryClaude Desktop
Add the binary path and config YAML to mcpServers in claude_desktop_config.json





