mcp-tespit
Click on "Deploy 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., "@mcp-tespitcheck the current CPU and memory usage"
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.
mcp-tespit
Bu, yapay zeka asistanlarinin (ornegin Claude) bilgisayarinizin anlik CPU, RAM ve Disk kullanimini gorebilmesini saglayan Model Context Protocol (MCP) aracidir.
Kurulum
Gerekli kutuphaneleri kurun:
pip install -r requirements.txtRelated MCP server: MCProcessMonitor
Server'ı Ayağa Kaldırma
Sunucuyu iki farklı modda çalıştırabilirsiniz:
1. Claude Desktop ve MCP İstemcileri İçin (STDIO - Varsayılan) Bu modda sunucu arkaplanda doğrudan standart I/O üzerinden iletişim kurar.
python server.py --transport stdio2. Web/Ağ Üzerinden Erişmek İçin (SSE) Eğer MCP sunucunuza normal bir sunucu gibi ayağa kalkıp bir port (örn: 8000) üzerinden çalışmasını isterseniz:
python server.py --transport sse --port 8000(Bu komutu girdiğinizde sunucu 8000 portunda dinlemeye başlar ve log verir.)
Claude Desktop'a Ekleme
Claude uygulamasinin ayarlarindaki konfigürasyon dosyasina sunu ekleyin (yolu kendi bilgisayariniza gore duzeltin):
{
"mcpServers": {
"sysinfo": {
"command": "python",
"args": ["C:/tam/yol/server.py", "--transport", "stdio"]
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Monitors TLS/SSL certificate expiry, DNS resolution, and TCP port status for AI agents.
Analytics for MCP servers. Find out which of your tools agents get wrong. MCPulse shows you which tools AI agents retry, which come back empty, and which they never call at all. Two lines inside your own server. It never sees your arguments or your results. getmcpulse.com
Connect AI assistants to Xitoring monitoring: servers, uptime, incidents, metrics, SSL, and alerts.
AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides Claude with real-time system monitoring capabilities, including CPU, memory, disk, network, battery, and internet speed metrics.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI to monitor and analyze local system processes through custom tools. Provides real-time access to process information including CPU usage, memory consumption, process counts, and process searching capabilities.-
- AlicenseNot gradedqualityDmaintenanceEnables real-time monitoring of system resources including CPU, GPU (NVIDIA, Apple Silicon, AMD/Intel), memory, disk, network, and processes across Windows, macOS, and Linux platforms through natural language queries.3MIT
- AlicenseAqualityDmaintenanceExposes 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.12GPL 3.0