Skip to content

add MCP server badge #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

punkpeye
Copy link

@punkpeye punkpeye commented Jul 30, 2025

User description

This PR adds a badge for the AbletonMCP server listing in Glama MCP server directory.

AbletonMCP 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.


PR Type

Documentation


Description

  • Add Glama MCP server badge to README

  • Minor formatting cleanup and whitespace fixes


Diagram Walkthrough

flowchart LR
  README["README.md"] -- "add badge" --> BADGE["Glama MCP Badge"]
  README -- "cleanup" --> FORMAT["Formatting fixes"]
Loading

File Walkthrough

Relevant files
Documentation
README.md
Add Glama badge and formatting cleanup                                     

README.md

  • Add Glama MCP server badge with link and image
  • Remove extra blank lines for cleaner formatting
  • Minor whitespace cleanup at end of file
+6/-3     

Summary by CodeRabbit

  • Documentation
    • Added a badge linking to the AbletonMCP MCP server on glama.ai in the README.
    • Minor formatting improvement by removing an extra blank line before the Troubleshooting section.

@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.

Copy link

coderabbitai bot commented Jul 30, 2025

Walkthrough

A badge image linking to the AbletonMCP MCP server on glama.ai was added near the top of the README file. Additionally, one unnecessary blank line before the Troubleshooting section was removed. No changes were made to the functional content or instructions.

Changes

Cohort / File(s) Change Summary
README Badge & Formatting
README.md
Added an embedded badge image with a link; removed an extra blank line before Troubleshooting. No functional content changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A shiny badge upon the page,
To glama.ai it points with pride,
The README now is all the rage—
Blank lines trimmed and tucked inside.
With every hop, the docs improve,
This rabbit’s work is on the move! 🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ 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.
    • Explain this complex logic.
    • 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. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • 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 src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

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

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

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

Documentation and Community

  • 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

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

Copy link

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Remove hardcoded image dimensions

The hardcoded image dimensions may not be responsive across different screen
sizes. Consider removing fixed dimensions to allow the badge to scale naturally
or use CSS classes for better responsive design.

README.md [6-8]

 <a href="https://glama.ai/mcp/servers/@ahujasid/ableton-mcp">
-  <img width="380" height="200" src="https://glama.ai/mcp/servers/@ahujasid/ableton-mcp/badge" alt="AbletonMCP MCP server" />
+  <img src="https://glama.ai/mcp/servers/@ahujasid/ableton-mcp/badge" alt="AbletonMCP MCP server" />
 </a>
  • Apply / Chat
Suggestion importance[1-10]: 6

__

Why: The suggestion correctly identifies that hardcoded image dimensions are not ideal for responsiveness, and removing them improves how the README will display across different screen sizes.

Low
  • More

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: 0

🧹 Nitpick comments (3)
README.md (3)

6-9: Use standard Markdown badge syntax & improve accessibility

Embedding the badge with raw HTML works, but Markdown keeps the file style-consistent, renders properly on more viewers (e.g., PyPI), and avoids fixed width/height that can break on small screens.
Also switch to a concise, descriptive alt text.

-<a href="https://glama.ai/mcp/servers/@ahujasid/ableton-mcp">
-  <img width="380" height="200" src="https://glama.ai/mcp/servers/@ahujasid/ableton-mcp/badge" alt="AbletonMCP MCP server" />
-</a>
+[![AbletonMCP – Glama badge](https://glama.ai/mcp/servers/@ahujasid/ableton-mcp/badge)](https://glama.ai/mcp/servers/@ahujasid/ableton-mcp)

10-12: Heading hierarchy & wording nit

Line 10 is an H3 while no H2 exists yet – markdown-lint flags this (MD001).
At the same time, “Give feedback” can be strengthened.

-### Join the Community
-
-Give feedback, get inspired, and build on top of the MCP: [Discord](https://discord.gg/3ZrMyGKnaU). Made by [Siddharth](https://x.com/sidahuj) 
+## Join the Community
+
+Provide feedback, get inspired, and build on top of the MCP: [Discord](https://discord.gg/3ZrMyGKnaU). Made by [Siddharth](https://x.com/sidahuj)

180-180: Minor grammar tweak

Missing verb after conjunction.

-This is a third-party integration and not made by Ableton.
+This is a third-party integration and is not made by Ableton.
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between bea865e and 53d0a25.

📒 Files selected for processing (1)
  • README.md (2 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md

[style] ~11-~11: Try using a synonym here to strengthen your writing.
Context: ...erver" /> ### Join the Community Give feedback, get inspired, and build on to...

(GIVE_PROVIDE)

🪛 markdownlint-cli2 (0.17.2)
README.md

10-10: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3

(MD001, heading-increment)

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

Successfully merging this pull request may close these issues.

1 participant