mise-en-space

spm1001/mise-en-space
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Content fetcher MCP server — mise en place for Claude Code
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": {
    "mise-en-space": {
      "command": "uvx",
      "args": [
        "mise-en-space"
      ]
    }
  }
}

Or install with pip: pip install mise-en-space