Toolkit for designing, validating, previewing, and eventually generating standards-compliant MCP servers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-forge": {
"command": "npx",
"args": [
"-y",
"Morganczech/mcp-server-forge"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-forge npx -y Morganczech/mcp-server-forge
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-forge": {
"command": "npx",
"args": [
"-y",
"Morganczech/mcp-server-forge"
]
}
}
}