diff --git a/README.md b/README.md index 78560a625..446d50c33 100644 --- a/README.md +++ b/README.md @@ -1207,6 +1207,7 @@ Tools and integrations that enhance the development workflow and environment man - [NazarKalytiuk/tarn](https://github.com/NazarKalytiuk/tarn) [![NazarKalytiuk/tarn MCP server](https://glama.ai/mcp/servers/NazarKalytiuk/tarn/badges/score.svg)](https://glama.ai/mcp/servers/NazarKalytiuk/tarn) 🦀 🏠 🍎 🪟 🐧 - CLI-first API testing tool with structured JSON failures (`failure_category`, `error_code`, `hints`) so AI agents can branch on the taxonomy without parsing stderr. MCP tools: `tarn_run`, `tarn_validate`, `tarn_fix_plan`, `tarn_inspect`, `tarn_rerun_failed`, and more. Tests are `.tarn.yaml`. Single static binary (musl), MIT. - [tooluse-labs/perfetto-mcp-rs](https://github.com/tooluse-labs/perfetto-mcp-rs) [![tooluse-labs/perfetto-mcp-rs MCP server](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs/badges/score.svg)](https://glama.ai/mcp/servers/tooluse-labs/perfetto-mcp-rs) 🦀 🏠 🍎 🪟 🐧 - MCP server for [Perfetto](https://perfetto.dev) trace analysis. Runs PerfettoSQL queries on `.perfetto-trace` / `.pftrace` files via auto-downloaded `trace_processor_shell`, with dedicated Chrome tools for page loads, scroll jank, main-thread hotspots, and stdlib module discovery. Cross-client tested on Claude Code and Codex. Available via `cargo install`, Homebrew tap, and curl install script. - [mshegolev/jaeger-mcp](https://github.com/mshegolev/jaeger-mcp) [![mshegolev/jaeger-mcp MCP server](https://glama.ai/mcp/servers/mshegolev/jaeger-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mshegolev/jaeger-mcp) 🐍 ☁️ 🏠 – Jaeger distributed tracing MCP. 5 tools: list_services, list_operations, search_traces, get_trace, get_dependencies. Any Jaeger instance (HTTP API v3); PyPI + MCP Registry. +- [tcconnally/perseus](https://github.com/tcconnally/perseus) [![tcconnally/perseus MCP server](https://glama.ai/mcp/servers/tcconnally/perseus/badges/score.svg)](https://glama.ai/mcp/servers/tcconnally/perseus) 🐍 - Compile-before-context MCP server with 13 tools. Pre-resolves workspace state (git, services, file ops, memory federation, multi-agent coordination) into markdown briefings. Single-file Python, MIT. Published as io.github.tcconnally/perseus. - [parasxos/cpp26-adapter](https://github.com/parasxos/cpp26-adapter) [![parasxos/cpp26-adapter MCP server](https://glama.ai/mcp/servers/parasxos/cpp26-adapter/badges/score.svg)](https://glama.ai/mcp/servers/parasxos/cpp26-adapter) 🐍 🏠 🍎 🪟 🐧 - C++26 paper reference MCP (`cpp26-ref`) backing a Claude Code plugin: `lookup_paper`, fuzzy `search`, `compiler_status` over a 216-paper ISO/IEC 14882:2026 corpus. The plugin's skill + reviewer subagent use these tools to bias Claude toward reflection, contracts, `std::execution` senders, `#embed`, expansion statements — even when the local compiler lags. 95% on a held 39-task eval gate. - [zhurong2020/pyobfus](https://github.com/zhurong2020/pyobfus/tree/main/pyobfus_mcp) [![zhurong2020/pyobfus MCP server](https://glama.ai/mcp/servers/zhurong2020/pyobfus/badges/score.svg)](https://glama.ai/mcp/servers/zhurong2020/pyobfus) 🎖️ 🐍 🏠 🍎 🪟 🐧 - Official MCP server for the pyobfus Python obfuscator (installed from PyPI as `pyobfus-mcp`; source lives in the `pyobfus_mcp/` subfolder of the pyobfus monorepo). Seven tools: pre-flight risk scan (`check_obfuscation_risks`), zero-config init (`generate_pyobfus_config`), reverse stack-trace mapping (`unmap_stack_trace`) so production tracebacks remain debuggable after obfuscation, `list_presets` and `explain_preset` for FastAPI / Django / Flask / Pydantic / Click / SQLAlchemy, plus `recommend_tier` and `start_pro_trial` for community-vs-Pro tier guidance. Published in the official MCP Registry as `io.github.zhurong2020/pyobfus-mcp`.