Skip to main content
Glama

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:

  1. "How many processes are currently running?"

    • Uses get_process_count tool

  2. "Show me the top 5 CPU consuming processes"

    • Uses get_top_cpu_processes tool

  3. "What are the most memory-intensive processes?"

    • Uses get_top_memory_processes tool

  4. "Which processes have multiple instances running?"

    • Uses get_process_instances tool

  5. "Find all node processes"

    • Uses find_process_by_name tool with "node"

  6. "What's consuming the most resources on my system?"

    • AI will intelligently combine multiple tools

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables comprehensive system monitoring and diagnostics through 18 tools that provide detailed information about CPU, memory, disk usage, network interfaces, running processes, battery status, hardware details, and temperature monitoring. Allows users to query system information and performance metrics through natural language interactions.
    Last updated
    12
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    Exposes Windows system information and control tools including hardware stats, network details, and process monitoring. It enables AI applications to retrieve real-time data about CPU, memory, drives, and active system processes.
    Last updated
    12
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • Runtime permission, approval, and audit layer for AI agent tool execution.

  • Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.

View all MCP Connectors

Latest Blog Posts

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/kiralyzoltan98/MCProcessMonitor'

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