github re-analysis due

cyanheads/cyanheads-mcp-server

github

Fleet discovery MCP server — semantic search across a fleet of MCP servers with per-client install instructions and optional passthrough invoke.

maintainer
cyanheads
license
Apache-2.0
first seen
2026-06-05
last seen
2026-06-12
releases · 30d
14
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 5 tools
transport stdio · streamable-http · http counts 5 tools · 0 res · 0 prompts permission surface via code analysis

tools

  • category

    filter narrows to one of research, government, public-data, utility

  • client

    filter narrows snippets to one of claude-code, codex, cursor, gemini, streamable-http, curl; omit to return every client

  • cyanheads_describe

    Return the connection URL and per-client install snippets for a named tool or server.

  • cyanheads_search

    Search fleet tools and servers by natural-language query. Returns ranked matches with brief summaries and the owning server.

  • totalMatched

    reports the count above the floor before the limit was applied

skills & danger signals github-tarball
prompt-surface shipped agent-instruction files + hidden-content / dangerous-code findings — quoted from the analyzed source

analyzed commit e560431 · analyzer v17 · 19h ago

skills & prompt files 34

code evidence vv0.3.3 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 13

  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/build-changelog.ts :32 import { existsSync, readdirSync, readFileSync, writeFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/build.ts :17 import { readFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/check-docs-sync.ts :22 import { existsSync, readFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/check-skill-versions.ts :33 import { existsSync, readFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/check-skills-sync.ts :37 import { existsSync, readdirSync, readFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/clean-mcpb.ts :25 import { existsSync, statSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/clean.ts :15 import { readdir, rm } from 'node:fs/promises';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/devcheck.ts :3 import { existsSync, readFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/lint-mcp.ts :19 import { existsSync, readdirSync, readFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/lint-packaging.ts :43 import { existsSync, readdirSync, readFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/list-skills.ts :21 import { existsSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/release-github.ts :33 import { existsSync, readFileSync } from 'node:fs';
  • fs cyanheads-cyanheads-mcp-server-e560431/scripts/tree.ts :24 import type { Dirent } from 'node:fs';

shell / exec 7

  • shell cyanheads-cyanheads-mcp-server-e560431/scripts/build.ts :16 import { execFile } from 'node:child_process';
  • shell cyanheads-cyanheads-mcp-server-e560431/scripts/check-framework-antipatterns.ts :38 import { spawnSync } from 'node:child_process';
  • shell cyanheads-cyanheads-mcp-server-e560431/scripts/check-skill-versions.ts :32 import { spawnSync } from 'node:child_process';
  • shell cyanheads-cyanheads-mcp-server-e560431/scripts/clean-mcpb.ts :24 import { execFileSync } from 'node:child_process';
  • shell cyanheads-cyanheads-mcp-server-e560431/scripts/devcheck.ts :2 import { type ChildProcess, spawn, spawnSync } from 'node:child_process';
  • shell cyanheads-cyanheads-mcp-server-e560431/scripts/lint-packaging.ts :42 import { execFileSync } from 'node:child_process';
  • shell cyanheads-cyanheads-mcp-server-e560431/scripts/release-github.ts :32 import { spawnSync } from 'node:child_process';

network 1

  • net cyanheads-cyanheads-mcp-server-e560431/src/services/catalog/remote-catalog-provider.ts :75 response = await fetch(this._url, { signal: combinedSignal });

declared dependencies 11

  • @cyanheads/mcp-ts-core@^0.10.6
  • @huggingface/transformers@4.2.0
  • pino-pretty@^13.1.3
  • zod@^4.4.3
  • @biomejs/biome@^2.4.16
  • @types/node@^25.9.3
  • depcheck@^1.4.7
  • ignore@^7.0.5
  • tsc-alias@^1.8.17
  • typescript@^6.0.3
  • vitest@^4.1.8