M
Mcpm
by @ManiFed
MCP server by ManiFed
Created 2/21/2026
Updated about 21 hours ago
README
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 servernpm run build- Build production assetsnpm run preview- Preview the production build locallynpm start- Start the production preview server (binds to0.0.0.0:$PORTfor Railway)npm run test- Run test suite
Deploying on Railway
This project is ready for Railway deployment as a Node service.
- Create a new Railway project and connect this repository.
- Railway will build the included multi-stage
Dockerfile. - The container starts with
npm run start, which serves the Vite build on0.0.0.0:$PORT.
Required environment variables
Set these in Railway if you use Supabase and AI analysis:
VITE_SUPABASE_URLVITE_SUPABASE_ANON_KEYAI_GATEWAY_API_KEYAI_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"
]
}
}
}