mcp-tespit
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., "@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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/maniakh/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server