mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-21 22:05:15 +00:00
Add port-keeper-mcp
This commit is contained in:
@@ -344,6 +344,7 @@ aliyun/alibabacloud-tablestore-mcp-server ☕ 🐍 ☁️ - 阿里云表格存
|
||||
- [lpigeon/unitree-go2-mcp-server](https://github.com/lpigeon/unitree-go2-mcp-server) 🐍 🏠 🐧 - Unitree Go2 MCPサーバーは、MCP上に構築されたサーバーで、大規模言語モデル(LLM)によって解釈された自然言語コマンドを使用して、ユーザーがUnitree Go2ロボットを制御できるようにします。
|
||||
- [veelenga/claude-mermaid](https://github.com/veelenga/claude-mermaid/) 📇 🏠 🍎 🪟 🐧 - Claude Code向けのMermaid図レンダリングMCPサーバー。ライブリロード機能を備え、複数のエクスポート形式(SVG、PNG、PDF)とテーマをサポート。
|
||||
- [logisky/logisheets-mcp](https://github.com/logisky/logisheets-mcp) [](https://glama.ai/mcp/servers/logisky/logisheets-mcp) 🎖️ 📇 🏠 🍎 🪟 🐧 - エージェント向けの本物のExcel互換スプレッドシートエンジン([LogiSheets](https://github.com/logisky/LogiSheets)、RustをWASMで実行)。モデルが暗算せずに済む決定論的な数式、座標ではなく(ブロック・キー・フィールド)で参照する名前付きブロックにより行を挿入しても参照が壊れない、列全体に対する数式ルール、シナリオの一括計算とゴールシークを1回の呼び出しで実行、そして最後に本物の `.xlsx` を出力。ローカルで動作し、ソケットを一切開きません。`npx logisheets-mcp`
|
||||
- [gridhra/port-keeper-mcp](https://github.com/gridhra/port-keeper-mcp) [](https://glama.ai/mcp/servers/gridhra/port-keeper-mcp) 🏎️ 🏠 🍎 🪟 🐧 - ローカル開発で使うポート番号を台帳で管理します。プロジェクトの作業コピー(cloneやgit worktree)ごとに専用のポート範囲を貸し出して`.env`ファイルに書き出し、サービス名からURLを引けるようにするので、並列で動かすコーディングエージェントが互いのポートを奪い合いません。デーモンもネットワークの待ち受けも持たないため、構成が単純で、攻撃を受ける面もほとんどありません。
|
||||
|
||||
### 🧮 <a name="data-science-tools"></a>データサイエンスツール
|
||||
|
||||
|
||||
@@ -371,6 +371,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和
|
||||
- [zaizaizhao/mcp-swagger-server](https://github.com/zaizaizhao/mcp-swagger-server) 📇 ☁️ 🏠 - mcp-swagger-server将任何符合 OpenAPI/Swagger 规范的 REST API 转换为 Model Context Protocol (MCP) 格式,以支持ai客户端调用。
|
||||
- [veelenga/claude-mermaid](https://github.com/veelenga/claude-mermaid/) 📇 🏠 🍎 🪟 🐧 - Claude Code的Mermaid图表渲染MCP服务器,具有实时重新加载功能,支持多种导出格式(SVG、PNG、PDF)和主题。
|
||||
- [logisky/logisheets-mcp](https://github.com/logisky/logisheets-mcp) [](https://glama.ai/mcp/servers/logisky/logisheets-mcp) 🎖️ 📇 🏠 🍎 🪟 🐧 - 面向智能体的真正 Excel 兼容电子表格引擎,基于 [LogiSheets](https://github.com/logisky/LogiSheets)(Rust 编写,通过 WASM 运行)。确定性公式,模型无需心算;命名区块以(区块、键、字段)寻址而非坐标,插入行后引用依然指向原来的含义;字段公式按整列声明一次;批量情景扫描与反解目标值都可一次调用完成;最终产出可直接打开的真实 `.xlsx`。本地运行,不开任何网络端口。`npx logisheets-mcp`
|
||||
- [gridhra/port-keeper-mcp](https://github.com/gridhra/port-keeper-mcp) [](https://glama.ai/mcp/servers/gridhra/port-keeper-mcp) 🏎️ 🏠 🍎 🪟 🐧 - 本地开发端口台账:为项目的每份工作副本(clone 或 git worktree)租借一段端口,写出 `.env` 文件,并把服务名解析为 URL,让并行运行的编码 agent 各有各的端口。没有守护进程,也没有网络监听,因此结构简单,攻击面也很小。
|
||||
|
||||
### 🧮 <a name="data-science-tools"></a>数据科学工具
|
||||
|
||||
|
||||
@@ -1477,6 +1477,7 @@ Tools and integrations that enhance the development workflow and environment man
|
||||
- [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) 🎖️ 📇 ☁️ - Integrates, discovers, manages, and codifies cloud resources with [Firefly](https://firefly.ai).
|
||||
- [gorosun/unified-diff-mcp](https://github.com/gorosun/unified-diff-mcp) 📇 🏠 - Generate and visualize unified diff comparisons with beautiful HTML/PNG output, supporting side-by-side and line-by-line views for filesystem dry-run integration
|
||||
- [ajitpratap0/GoSQLX](https://github.com/ajitpratap0/GoSQLX) [](https://glama.ai/mcp/servers/ajitpratap0/GoSQLX) 🏎️ ☁️ 🏠 - 7 SQL tools (validate, format, parse, lint, security scan, metadata extraction, full analysis) over Streamable HTTP. Public remote server at mcp.gosqlx.dev - no install needed. 1.25M+ ops/sec, 6 SQL dialects.
|
||||
- [gridhra/port-keeper-mcp](https://github.com/gridhra/port-keeper-mcp) [](https://glama.ai/mcp/servers/gridhra/port-keeper-mcp) 🏎️ 🏠 🍎 🪟 🐧 - Local ledger for development ports: leases a block of ports to each working copy of a project (a clone or a git worktree), writes `.env` files, and resolves service names to URLs, so every parallel coding agent gets its own ports. No daemon and no network listener, so there is little to run and little to attack.
|
||||
- [gridproof/gridproof](https://github.com/gridproof/gridproof) [](https://glama.ai/mcp/servers/gridproof/gridproof) 📇 🏠 - Renders your frontend with Playwright and audits spacing, gaps, and element sizes against a design scale; returns structured fix hints for the agent loop. Tailwind-first, falls back to accessibility checks on other stacks.
|
||||
- [Govcraft/rust-docs-mcp-server](https://github.com/Govcraft/rust-docs-mcp-server) 🦀 🏠 - Provides up-to-date documentation context for a specific Rust crate to LLMs via an MCP tool, using semantic search (embeddings) and LLM summarization.
|
||||
- [h-kazuki-pixel/layout-doctor-mcp](https://github.com/h-kazuki-pixel/layout-doctor-mcp) [](https://glama.ai/mcp/servers/h-kazuki-pixel/layout-doctor-mcp) 📇 🏠 🍎 🪟 🐧 - Renders HTML in a headless browser and detects layout defects numerically (text overlap, element overflow, placeholder leftovers) without requiring baseline images. Read-only, no API key required.
|
||||
|
||||
Reference in New Issue
Block a user