mcp

mrlesmithjr/mcp
★ 0 stars Python Memory/Knowledge Updated today
Personal MCP servers: uv workspace + Claude Code plugin marketplace
View on GitHub → 🔍 Audit Wallet Slippage →

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": {
      "command": "uvx",
      "args": [
        "mcp"
      ]
    }
  }
}

Or install with pip: pip install mcp

README Excerpt

Personal [Model Context Protocol](https://modelcontextprotocol.io/) servers, packaged as a [uv workspace](https://docs.astral.sh/uv/concepts/workspaces/) and Claude Code/Codex plugin marketplaces. Every tool lives under `packages/` as a workspace member with a single shared `uv.lock`. Each tool is also a self-installing plugin: a code generator (`scripts/gen_marketplace.py`) derives both marketplace indexes and the platform-specific plugin files from each package's metadata.

Tools (2)

homeopslawnops