Skip to content

add MCP server badge#1

Open
punkpeye wants to merge 1 commit intoupamune:mainfrom
punkpeye:glama-badge
Open

add MCP server badge#1
punkpeye wants to merge 1 commit intoupamune:mainfrom
punkpeye:glama-badge

Conversation

@punkpeye
Copy link

@punkpeye punkpeye commented Aug 13, 2025

This PR adds a badge for the human-mcp server listing in Glama MCP server directory.

human-mcp MCP server

Glama performs regular codebase and documentation checks to:

  • Confirm that the MCP server is working as expected
  • Confirm that there are no obvious security issues with dependencies of the server
  • Extract server characteristics such as tools, resources, prompts, and required parameters.

This badge helps your users to quickly assess that the MCP server is safe, server capabilities, and instructions for installing the server.

Summary by CodeRabbit

  • ドキュメント
    • READMEの冒頭にクリック可能なバッジを追加し、関連ページへ容易にアクセスできるようにしました。
    • 注意事項セクションの箇条書きの体裁を調整し、読みやすさを改善しました。

@punkpeye
Copy link
Author

are you on the MCP Discord?

Let me know your Discord username and I will give you a special flair that's only for MCP server authors.

@coderabbitai
Copy link

coderabbitai bot commented Aug 13, 2025

Walkthrough

README.mdにクリック可能なバッジ(画像をリンクで囲む)を追加し、その直後に空行を挿入。注意事項セクションの箇条書きの表示形式を微調整。その他の内容や公開APIには変更なし。

Changes

Cohort / File(s) Summary
Docs - README
README.md
画像バッジをリンク化して先頭付近に追加(幅380・高さ200、glama.aiへのリンク)。直後に空行を挿入。注意事項の箇条書き表示を整形。機能・内容の実質的変更なし。

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

ぴょんと跳ねてバッジを添え
READMEの朝に光ひとつ
破線をそっと梳かし直し
文字はそのまま、装い新た
今日もコード畑で葉っぱむしゃむしゃ 🥕

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between db5fc59 and b20020e.

📒 Files selected for processing (1)
  • README.md (2 hunks)
🔇 Additional comments (1)
README.md (1)

117-117: 注意事項の文面は明確で妥当です

ジョーク用途の旨が適切に伝わっています。現状のままで問題ありません。

Comment on lines +5 to +8
<a href="https://glama.ai/mcp/servers/@upamune/human-mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP server" />
</a>

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

外部リンクのセキュリティ属性追加と画像の歪み防止(またはMarkdown化)を提案

バッジ追加は有用です。細部のブラッシュアップとして以下いずれかを推奨します。

  • target/_blank に伴う rel="noopener noreferrer" の付与(セキュリティ/パフォーマンス)
  • height の固定除去(縦横比の歪み防止)
  • alt の日本語化(閲覧者言語に合わせたアクセシビリティ)
  • 可能なら Markdown 記法に統一(シンプルで GitHub での互換性も高い)

Option A: 現行の HTML を維持して改善

-<a href="https://glama.ai/mcp/servers/@upamune/human-mcp">
-  <img width="380" height="200" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP server" />
-</a>
+<a href="https://glama.ai/mcp/servers/@upamune/human-mcp" target="_blank" rel="noopener noreferrer">
+  <img width="380" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP サーバー" />
+</a>

Option B: Markdown に置き換え(最も簡潔)

-<a href="https://glama.ai/mcp/servers/@upamune/human-mcp">
-  <img width="380" height="200" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP server" />
-</a>
+[![human-mcp MCP サーバー](https://glama.ai/mcp/servers/@upamune/human-mcp/badge)](https://glama.ai/mcp/servers/@upamune/human-mcp)

リンクの健全性を一度確認しておくと安心です。以下で 200 応答を確認できます。


🏁 Script executed:

#!/bin/bash
set -euo pipefail
for url in \
  "https://glama.ai/mcp/servers/@upamune/human-mcp" \
  "https://glama.ai/mcp/servers/@upamune/human-mcp/badge"
do
  echo "Checking: $url"
  status=$(curl -s -o /dev/null -w "%{http_code}" "$url")
  echo "HTTP $status"
  if [ "$status" != "200" ]; then
    echo "Non-200 for $url" >&2
    exit 1
  fi
done

Length of output: 831


リンク正常確認済み:外部リンクのセキュリティ強化&画像表示のブラッシュアップ提案

両URLともHTTP 200を確認しました。GitHub上での表示やアクセシビリティ向上のため、以下いずれかの対応をおすすめします。

Option A: HTML表記を残して改善

-<a href="https://glama.ai/mcp/servers/@upamune/human-mcp">
-  <img width="380" height="200" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP server" />
-</a>
+<a href="https://glama.ai/mcp/servers/@upamune/human-mcp" target="_blank" rel="noopener noreferrer">
+  <img width="380" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP サーバー" />
+</a>

Option B: Markdown記法に統一(もっともシンプル)

-<a href="https://glama.ai/mcp/servers/@upamune/human-mcp">
-  <img width="380" height="200" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP server" />
-</a>
+[![human-mcp MCP サーバー](https://glama.ai/mcp/servers/@upamune/human-mcp/badge)](https://glama.ai/mcp/servers/@upamune/human-mcp)

target="_blank" rel="noopener noreferrer" で外部リンクの安全性・パフォーマンスを確保
height 属性を外すことで縦横比の歪みを防止
alt を日本語化し、閲覧者言語に合わせたアクセシビリティ強化

どちらかを選んでREADME.mdを更新すると良いでしょう。

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<a href="https://glama.ai/mcp/servers/@upamune/human-mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP server" />
</a>
<a href="https://glama.ai/mcp/servers/@upamune/human-mcp" target="_blank" rel="noopener noreferrer">
<img width="380" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP サーバー" />
</a>
Suggested change
<a href="https://glama.ai/mcp/servers/@upamune/human-mcp">
<img width="380" height="200" src="https://glama.ai/mcp/servers/@upamune/human-mcp/badge" alt="human-mcp MCP server" />
</a>
[![human-mcp MCP サーバー](https://glama.ai/mcp/servers/@upamune/human-mcp/badge)](https://glama.ai/mcp/servers/@upamune/human-mcp)
🤖 Prompt for AI Agents
In README.md around lines 5 to 8, the external HTML link and image should be
hardened and made more accessible: either convert to Markdown image link or keep
HTML but (1) add target="_blank" rel="noopener noreferrer" to the anchor, (2)
remove the height attribute from the img to avoid aspect-ratio distortion (keep
width or use CSS), and (3) replace the alt text with a Japanese description for
better accessibility; pick Option B (Markdown) for simplicity or Option A (HTML)
if you need advanced attributes, then update the README accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant