MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP-FORGE is a modern, extensible Node.js server scaffold for building applications using the Model Context Protocol (MCP). It provides a session management, API key, a live dashboard, and easy tool integration for rapid prototyping.

Created 10/11/2025
Updated 2 months ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp-forge

Cursor configuration (mcp.json)

{ "mcpServers": { "pouiiro-mcp-forge": { "command": "npx", "args": [ "pouiiro-mcp-forge" ] } } }