Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Tespit

FreeNot checked

Enables AI assistants to monitor real-time CPU, RAM, and disk usage on the local machine.

GitHubEmbed

About

Enables AI assistants to monitor real-time CPU, RAM, and disk usage on the local machine.

README

Image

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.txt

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 stdio

2. 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"]
    }
  }
}
Image Image

MCP Blog Yazısını Oku

from github.com/maniakh/MCP

Installing Tespit

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/maniakh/MCP

FAQ

Is Tespit MCP free?

Yes, Tespit MCP is free — one-click install via Unyly at no cost.

Does Tespit need an API key?

No, Tespit runs without API keys or environment variables.

Is Tespit hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Tespit in Claude Desktop, Claude Code or Cursor?

Open Tespit on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Tespit with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs