machine-mcp

Hari-Venkatesh-P/machine-mcp
★ 0 stars Python AI/LLM Updated today
A FastMCP-based Machine Information Server exposing system tools over MCP, along with a Gemini-powered LangChain agent that dynamically discovers and invokes MCP tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "machine-mcp": {
      "command": "uvx",
      "args": [
        "machine-mcp"
      ]
    }
  }
}

Or install with pip: pip install machine-mcp

README Excerpt

A Machine Information MCP Server built with FastMCP and an interactive Gemini-powered LangChain agent that discovers and invokes MCP tools over Streamable HTTP.