NickFlach/PFORK_MCP
3.2
If you are the rightful owner of PFORK_MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server built with xmcp, featuring a beautiful homepage and API key authentication.
MCP Server on Replit
A Model Context Protocol (MCP) server built with xmcp, featuring a beautiful homepage and API key authentication.
Getting Started
- Click Run - Start the server
- Prompt Agent for Functionality - Ask the AI agent to add tools, prompts, or resources
- Test Changes - View your changes on the homepage, use a tool like the MCP inspector to test changes
- Click Deploy - Publish your server to production. Settings will be pre-configured
- Connect - Connect to your server with the dev command on the homepage. Servers have API key auth with the
SESSION_SECRETvalue as the key—access it from secrets.
{
"mcpServers": {
"my-replit-mcp-server": {
"url": "https://[my-url.replit.app]/mcp",
"headers": {
"x-api-key": "your-session-secret"
}
}
}
}
That's it! Your MCP server is ready to use.
What You Get
- Custom homepage displaying all your tools, prompts, and resources
- API key authentication for secure access
- MCP protocol endpoint at
/mcp - Easy-to-extend architecture