Mcp_Local_Tools

rudzy123/Mcp_Local_Tools
★ 0 stars Python 📁 File System Updated 1d ago
Exposes your own local tools or data source through an MCP server, then connects an agent to it. Examples: local filesystem and notes, portfolio repo knowledge base, job application tracker, cybersecurity lab notes or query tools
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_local_tools": {
      "command": "uvx",
      "args": [
        "mcp-local-tools"
      ]
    }
  }
}

Or install with pip: pip install mcp-local-tools

README Excerpt

This project demonstrates a **production‑minded implementation of an MCP (Model Context Protocol) server** that exposes secure local tools, paired with an **agent client** that orchestrates multi‑step workflows against those tools. The focus is **tool abstraction, security boundaries, and agent integration** — not model hype or brittle protocol hacks.