@context-forge/mcp
Freeby MCP Community
MCP server for Context Forge — generates structured AI context prompts from project configuration and templates
v0.6.44Added Apr 12, 2026
mcpcontextaiclaudecursor
@context-forge/mcp MCP Server
MCP server for Context Forge — generates structured AI context prompts from project configuration and templates
Installation
Reviews
Installation
Quick install
npx -y @context-forge/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@context-forge/mcp": {
"command": "npx",
"args": ["-y", "@context-forge/mcp"]
}
}
}