meGPT

adrianco/meGPT
★ 283 stars Python 🤖 AI/LLM Updated 2mo ago
Code to process many kinds of content by an author into an MCP server
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": {
    "megpt": {
      "command": "uvx",
      "args": [
        "megpt"
      ]
    }
  }
}

Or install with pip: pip install megpt