Skip to main content
Glama

Ops MCP Server

by johnohhh1
setup-and-push.bat925 B
@echo off echo ================================================== echo SETTING UP OPS MCP SERVER echo ================================================== echo. cd /d "C:\Users\John\ops-mcp-server" echo Step 1: Initializing Git repository... git init echo Step 2: Adding all files... git add . echo Step 3: Creating initial commit... git commit -m "Initial MCP server setup - real WebSocket implementation" echo Step 4: Adding GitHub remote... git remote add origin https://github.com/johnohhh1/ops-mcp-server.git echo Step 5: Pushing to GitHub... git push -u origin main echo. echo ================================================== echo SUCCESS! MCP Server pushed to GitHub echo. echo Next steps: echo 1. Copy .env.example to .env and add your AI_SECRET_TOKEN echo 2. Run: npm install echo 3. Run: npm start echo 4. Deploy to Railway using the GitHub repo echo ================================================== pause

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnohhh1/ops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server