type: decision
status: active
timestamp: 2026-06-27
tags: [mcp, claude-code, registry, agent-tooling]

MCP server registry — 11 servers installed 2026-06-27

Final MCP set after audit. Searxng, github Docker, npx/uvx tools, chirag127 toolbox

MCP server registry — 11 servers

Connected (verified via claude mcp list)

#ServerTransportPurpose
1searxngnpx mcp-searxng -> baresearch.orgWeb search (JSON API)
2filesystemnpx @modelcontextprotocol/server-filesystemScoped FS RW (c:/D/oriz)
3memorynpx @modelcontextprotocol/server-memoryKnowledge-graph cross-session
4sequential-thinkingnpx @modelcontextprotocol/server-sequential-thinkingStep-by-step reasoning
5context7npx @upstash/context7-mcpLibrary docs grounding
6playwrightnpx @playwright/mcp@latestBrowser automation (MS official)
7fetchuvx mcp-server-fetchURL -> markdown
8timeuvx mcp-server-timeTimezone / scheduling
9gituvx mcp-server-gitLocal git ops
10githubdocker run ghcr.io/github/github-mcp-serverFull GitHub API (official)
11chirag127 (toolbox)HTTP mcp.smithery.runHosted Smithery registry — no ?mode=smart

Removed

Install commands (audit-trail)

npx-based:

claude mcp add --scope user filesystem -- npx -y @modelcontextprotocol/server-filesystem c:/D/oriz
claude mcp add --scope user memory -- npx -y @modelcontextprotocol/server-memory
claude mcp add --scope user sequential-thinking -- npx -y @modelcontextprotocol/server-sequential-thinking
claude mcp add --scope user context7 -- npx -y @upstash/context7-mcp
claude mcp add --scope user playwright -- npx -y @playwright/mcp@latest

uvx-based (Python) — requires uv from https://astral.sh/uv/install.ps1:

claude mcp add --scope user fetch -- uvx mcp-server-fetch
claude mcp add --scope user time -- uvx mcp-server-time
claude mcp add --scope user git -- uvx mcp-server-git

searxng (needs SEARXNG_URL env in mcpServers config; edit ~/.claude.json):

claude mcp add --scope user searxng -- npx -y mcp-searxng

Then add "env": {"SEARXNG_URL": "https://baresearch.org"} to the searxng block in ~/.claude.json.

github via Docker (needs PAT, anonymous cred config):

mkdir -p /c/tmp/docker-noauth
echo '{"credsStore":""}' > /c/tmp/docker-noauth/config.json
claude mcp add --scope user github \
  -e "GITHUB_PERSONAL_ACCESS_TOKEN=<your-PAT>" \
  -e "DOCKER_CONFIG=C:\\tmp\\docker-noauth" \
  -- "C:\\Program Files\\Docker\\Docker\\resources\\bin\\docker.exe" run -i --rm \
     -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server

toolbox (Smithery hosted) — full schema, no smart-mode:

claude mcp add --transport http chirag127 "https://mcp.smithery.run/chirag127"

Working SearXNG instances (JSON API enabled)

Reference lists


Edit on GitHub · Back to index