Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCProcessMonitorshow me the top 5 CPU consuming processes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Extending AI with Custom Tools: MCP Demo
Model Context Protocol (MCP) - Bridge between AI and your tools
What is MCP?
Open protocol for connecting AI assistants to external data/tools
Enables AI to execute custom functions in your environment
Works with GitHub Copilot Chat
Live Demo: Process Monitor
Custom MCP server exposing system process information
AI can now answer questions about running processes
No internet required - runs entirely local
Example Capabilities:
"How many processes are currently running?"
Uses
get_process_counttool
"Show me the top 5 CPU consuming processes"
Uses
get_top_cpu_processestool
"What are the most memory-intensive processes?"
Uses
get_top_memory_processestool
"Which processes have multiple instances running?"
Uses
get_process_instancestool
"Find all node processes"
Uses
find_process_by_nametool with "node"
"What's consuming the most resources on my system?"
AI will intelligently combine multiple tools
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.