Update tool count: 195+ -> 280+
Catalog has grown since initial submission; Glama also scored the server with 264 endpoints (incl. variants). Round the user-facing figure to 280+ to reflect the current canonical tool count.
jambo committed
Jun 1, 2026 at 19:23 UTC
264326b47e35a61f32399fb1843e661f0ec08e76
1 file changed
+1
-1
README.md
+1
-1
@@ -965,7 +965,7 @@ Tools and integrations that enhance the development workflow and environment man
965
- [IvanAmador/vercel-ai-docs-mcp](https://github.com/IvanAmador/vercel-ai-docs-mcp) 📇 🏠 - A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation.
966
- [izzzzzi/codewiki-mcp](https://github.com/izzzzzi/codewiki-mcp) [](https://glama.ai/mcp/servers/izzzzzi/codewiki-mcp) 📇 ☁️ - MCP server for codewiki.google. Search repos, fetch AI-generated wiki docs, and ask questions about any open-source repository.
967
- [j4c0bs/mcp-server-sql-analyzer](https://github.com/j4c0bs/mcp-server-sql-analyzer) 🐍 - MCP server that provides SQL analysis, linting, and dialect conversion using [SQLGlot](https://github.com/tobymao/sqlglot)
968
-- [Jambozx/onlinecybertools-mcp-server](https://github.com/Jambozx/onlinecybertools-mcp-server) [](https://glama.ai/mcp/servers/Jambozx/onlinecybertools-mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - 195+ free developer & security tools as MCP tools — encoders/decoders, hashes (MD5/SHA/HMAC/bcrypt/argon2/scrypt), JWT decoder, regex tester, JSON/YAML/XML formatters, network diagnostics (ping/traceroute/dig/whois/SSL/SPF/DMARC), OSINT (IP geo, EXIF, vendor lookups), and more. Proxies to the public API at onlinecybertools.com — no auth required. Published to npm with SLSA v1 provenance.
968
+- [Jambozx/onlinecybertools-mcp-server](https://github.com/Jambozx/onlinecybertools-mcp-server) [](https://glama.ai/mcp/servers/Jambozx/onlinecybertools-mcp-server) 📇 ☁️ 🏠 🍎 🪟 🐧 - 280+ free developer & security tools as MCP tools — encoders/decoders, hashes (MD5/SHA/HMAC/bcrypt/argon2/scrypt), JWT decoder, regex tester, JSON/YAML/XML formatters, network diagnostics (ping/traceroute/dig/whois/SSL/SPF/DMARC), OSINT (IP geo, EXIF, vendor lookups), and more. Proxies to the public API at onlinecybertools.com — no auth required. Published to npm with SLSA v1 provenance.
969
- [JamesANZ/system-prompts-mcp-server](https://github.com/JamesANZ/system-prompts-mcp-server) 📇 🏠 🍎 🪟 🐧 - Exposes a large catalog of coding assistant prompts as MCP tools with model-aware suggestions and persona activation to emulate agents like Cursor or Devin.
970
- [James-Chahwan/repo-graph](https://github.com/James-Chahwan/repo-graph) [](https://glama.ai/mcp/servers/James-Chahwan/repo-graph) 🐍 🏠 - Structural graph map of any codebase for AI coding assistants. Scans entities, relationships, and feature flows across 13 languages so LLMs navigate by structure instead of grepping through everything.
971
- [janaraj/tnl](https://github.com/janaraj/tnl) [](https://glama.ai/mcp/servers/janaraj/tnl) 📇 🏠 🍎 🪟 🐧 - MCP server for TNL (Typed Natural Language): per-feature English contracts for AI coding agents. 6 tools — `get_impacted_tnls`, `retrieve_tnl`, `trace`, `propose_tnl_diff`, `approve_tnl_diff`, `verify` — let agents look up relevant contracts, propose contract edits, and verify implementations against them. Drop-in via `npx typed-nl init` for Claude Code, Codex, Gemini.