CS2 RCON MCP
About
A server for managing Counter-Strike 2 servers using the RCON protocol.
Details
- Author
- v9rt3x
- Categories
- Other, Infrastructure
Jump to
Setup
Install CS2 RCON MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/v9rt3x/cs2-rcon-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A Model Context Protocol server for CS2 RCON management.
This project provides a Model Context Protocol (MCP) server interface for managing CS2 game servers via RCON. It allows remote control and monitoring of CS2 servers through a standardized protocol.
- Manage your CS2 server in natural language
- RCON command execution
- Manage workshop maps (host, list, change) -Explore Workshop Maps
- SSE-based communication
- Docker support
- HOST: CS2 server IP
- SERVER_PORT: CS2 server port
- RCON_PASSWORD: RCON password
Pull the Docker image from GitHub Container Registry:
docker pull ghcr.io/v9rt3x/cs2-rcon-mcp:latest
When running with Docker, you can set the environment variables in two ways:
docker run -p 8080:8080 \ -e HOST=your_server_ip \ -e SERVER_PORT=your_server_port \ -e RCON_PASSWORD=your_password \ ghcr.io/v9rt3x/cs2-rcon-mcp:latest
Using a.server-envfile: Create a file named.server-envwith the following content:
HOST=your_server_ip SERVER_PORT=your_server_port RCON_PASSWORD=your_password
docker run -p 8080:8080 --env-file .server-env ghcr.io/v9rt3x/cs2-rcon-mcp:latest
This provides users with an alternative method to set environment variables, making it easier to manage sensitive information like passwords.
Connecting from Visual Studio Code (GitHub Copilot)
To configure Visual Studio Code to work with the MCP server, follow these steps:
-
Start the MCP Server: Ensure that your MCP server is running before attempting to connect from VS Code.
Open Visual Studio Code: Launch VS Code and ensure that you have the GitHub Copilot extension installed and configured.
- Change the mode from "Ask" to "Agent" mode.
- Click on the toolbox icon in the upper left corner of the Copilot prompt.
- Select "Add MCP Server" and choose the option forHTTP - server-sent events.
- For the URL, input:http://localhost:8080/cs2server/sse. This is the endpoint for the MCP server's SSE connection.
Alternative: Connecting from Cursor (or any other MCP-Client)
- Start the MCP server - Configure Cursor's MCP settings by creating or updating~/.cursor/mcp.json:
{ "mcpServers": { "cs2server": { "url": "http://localhost:8080/cs2server/sse" } } }
Once connected, you can manage your server in natural language.
- "Add 5 bots to the server and start a competitive match on de_dust2"
- "What's the current server status? How many players are connected and what map are we on?"
Secure Zero-Trust SSH Gateway for AI Agents. A Go-based Model Context Protocol (MCP) server featuring runtime Regex Command Firewalls and multi-host isolation.
Model Context Protocol server for secure AsusWRT router administration via SSH. Provides 42+ read-only monitoring tools and guarded mutation tools for managing AsusWRT/Merlin routers.
Log-MCP 是一个基于 Model Context Protocol (MCP) 的远程日志查询服务,通过 SSH 连接远程服务器,为 Claude Code 等 AI 助手提供日志查询能力。该项目支持 HTTP 和 STDIO 两种传输模式,可以方便地集成到各种开发环境中。
Security gateway for AI agents. Provides scoped tokens with automatic credential injection, human-in-the-loop approval for dangerous commands, SSH execution, vault management, organization skills, wiki, agent memories, and full audit logging. Self-hosted or cloud.
🤖 ⚡️ MCP server ( MacOS) — control remote desktops via VNC
Rent a real Linux VPS as an AI agent — pay USDC (x402 on Base) or card, SSH in under 60s, no signup; provision, exec, firewall, and storage.
awaBerry Agentic allows for secure remote access to any terminal based device for workflows allowing any Agent and Large Language Model based routine to execute commands on your devices for getting access to required data - and to also write genrated data back.
A comprehensive MCP server for configuring and managing Cisco ACI (Application Centric Infrastructure) fabrics through the APIC REST API.
Official Cisco MCP server for connecting AI agents to Meraki's cloud-managed networking solutions.
An MCP server for Cisco NSO (Network Services Orchestrator) that exposes NSO data and operations as MCP primitives.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



