Tespit
FreeNot checkedEnables AI assistants to monitor real-time CPU, RAM, and disk usage on the local machine.
About
Enables AI assistants to monitor real-time CPU, RAM, and disk usage on the local machine.
README
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"]
}
}
}
Installing Tespit
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/maniakh/MCPFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Tespit with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
