← Index

io.github.taylorleese/mcp-toolz

io.github.taylorleese/mcp-toolz·v0.3.2·Other
Quality Score
68
/100

Context management, todo persistence, and multi-AI perspectives for Claude Code

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp-toolz": {
      "command": "uvx",
      "args": [
        "mcp-toolz"
      ],
      "env": {
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "GOOGLE_API_KEY": "<your-google_api_key>",
        "DEEPSEEK_API_KEY": "<your-deepseek_api_key>"
      }
    }
  }
}
§02  Environment variables
OPENAI_API_KEY
secret

OpenAI API key for ChatGPT second opinions

ANTHROPIC_API_KEY
secret

Anthropic API key for Claude second opinions

GOOGLE_API_KEY
secret

Google API key for Gemini second opinions

DEEPSEEK_API_KEY
secret

DeepSeek API key for DeepSeek second opinions

§03  MCP Quality Score  ·  methodology
freshness
13
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other