Winforensics Mcp
<img src="icon.png" width="150" alt="WinForensics MCP"> # Windows Forensics MCP Server > **Windows DFIR from Linux** - A comprehensive forensics toolkit…
Directory
<img src="icon.png" width="150" alt="WinForensics MCP"> # Windows Forensics MCP Server > **Windows DFIR from Linux** - A comprehensive forensics toolkit…
# Simple MCP Server ## Setup Environment 1. Create virtual environment and activate ```bash python3 -m venv venv # Ubuntu source ./venv/bin/activate # Windows…
# MCP Server for Databricks Interaction ## 1. Project Aim This project provides a server application that acts as an interface to a Databricks workspace. It…
 # everyrow SDK [ servers. This plugin allows Flutter applications…
# Google Scholar MCP Server [](https://smithery.ai/server/@JackKuo666/google-s…
Simple Tool Server is a lightweight, asynchronous Python-based server that implements the Model Context Protocol (MCP) for running and managing MCP tools in…
Tool-based LLM integration with Zenodo via the Model Context Protocol (MCP)
Simple MCP Servers is a repository of self-contained, single-file MCP (Model Context Protocol) servers written in Python. They are designed for easy…
# MCP Demo Server 這是一個簡單的 Model Context Protocol (MCP) 伺服器示例專案。此專案展示了如何使用 Python 建立基本的 MCP 工具。 ## 功能特點 本專案實現了兩個簡單的 MCP 工具: - `add`: 一個簡單的加法函數,接受兩個整數並返回其總和 -…
A Python-powered Model Context Protocol MCP server and client that uses Wolfram Alpha via API.
<p align="center"> <img src="errol3.png" alt="Errol-Mail Logo" width="600"> </p> <h1 align="center">Errol-Mail</h1> <p align="center"> <a…
# Confluent MCP Server [](https://www.npmjs.com/package/@confluentinc/mcp-confluent)…
# Crawlab MCP Server This is a Model Context Protocol (MCP) server for Crawlab, allowing AI applications to interact with Crawlab's functionality. ## Overview…
MCP Python Interpreter: run python code. Python-mcp-server, mcp-python-server, Code Executor
# MCP Calculator Demo A demonstration project showcasing a calculator service using the MCP (Model Control Protocol) framework. This project consists of a…
# MicroFn MCP Server (Python) This is a FastMCP server for the MicroFn project. It exposes MCP tools for integration and automation. --- ## Features - **Ping…
A simple calculator app with MCP compliant server and client
# Quack MCP Server Quack is a continuous integration server built as an MCP server that automates code analysis and testing for Python code. It provides tools…
Simple MCP Streamable HTTP Server with Express based on Anthropic Example
This project demonstrates a simple client-server implementation of the Model Context Protocol (MCP), an open protocol by Anthropic that enables large language…
# MCP Server and Client This project demonstrates a simple implementation of an MCP server and client. ## Running the Server ```bash python mcp_server.py ```…
An MCP server for controlling Govee LED devices through the Govee API. It provides both an MCP tool interface for clients like Cline and a standalone…
### uvのインストール ``` curl -LsSf https://astral.sh/uv/install.sh | sh ``` ### Pythonプロジェクトを作成 ``` # mcp-server-demoというPythonプロジェクトを作成 uv init mcp-server-demo ```…