MCP Servers

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

MCP server by ManiFed

Created 2/21/2026
Updated about 21 hours ago
Repository documentation and setup instructions

MCPM

A React + TypeScript app for prediction market simulation and analysis.

Local development

Requirements:

  • Node.js 18+
  • npm
git clone <YOUR_GIT_URL>
cd MCPM
npm install
npm run dev

Scripts

  • npm run dev - Start the Vite development server
  • npm run build - Build production assets
  • npm run preview - Preview the production build locally
  • npm start - Start the production preview server (binds to 0.0.0.0:$PORT for Railway)
  • npm run test - Run test suite

Deploying on Railway

This project is ready for Railway deployment as a Node service.

  1. Create a new Railway project and connect this repository.
  2. Railway will build the included multi-stage Dockerfile.
  3. The container starts with npm run start, which serves the Vite build on 0.0.0.0:$PORT.

Required environment variables

Set these in Railway if you use Supabase and AI analysis:

  • VITE_SUPABASE_URL
  • VITE_SUPABASE_ANON_KEY
  • AI_GATEWAY_API_KEY
  • AI_GATEWAY_URL (optional, defaults to OpenRouter's chat completions endpoint)

Tech stack

  • Vite
  • React
  • TypeScript
  • Tailwind CSS
  • shadcn/ui
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcpm

Cursor configuration (mcp.json)

{ "mcpServers": { "manifed-mcpm": { "command": "npx", "args": [ "manifed-mcpm" ] } } }