1. Conduid
  2. Files
  3. Automate Glama Submit
MCP server · Files

Automate Glama Submit

Bulk-submit all your MCP server repos to glama.ai in one command.

34Low

Scored 5 months ago · breakdown

About Automate Glama Submit

Automate Glama Submit is an MCP server in the Files category: bulk-submit all your MCP server repos to glama.ai in one command. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/nirholas/automate-glama-submit

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Automate Glama Submit

Powered by Claude · Grounded in docs

I know everything about Automate Glama Submit. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

glama-submit

Bulk-submit all your MCP server repos to glama.ai in one command.

Glama indexes MCP servers via a glama.json file in each repo root. This tool automatically finds every MCP repo in your GitHub account and commits that file to each one.

How it works

  1. Fetches all your public GitHub repos
  2. Filters for MCP repos (by name, description, or topic containing mcp / model-context-protocol)
  3. Commits a glama.json to each repo's default branch
  4. Glama crawls GitHub and your repos appear at glama.ai/mcp/servers within ~24h

Usage

GITHUB_TOKEN=ghp_... GITHUB_USERNAME=yourname npx glama-submit

Dry run (preview only, no changes):

GITHUB_TOKEN=ghp_... GITHUB_USERNAME=yourname npx glama-submit --dry-run

Requirements

Token setup

  1. Go to github.com/settings/tokens/new
  2. Check public_repo scope
  3. Generate and copy the token

What gets committed

A glama.json is added to each MCP repo root:

{
  "$schema": "https://glama.ai/mcp/schemas/server.json",
  "maintainers": ["your-github-username"]
}

Repos that already have a valid glama.json are skipped automatically.

MCP detection

A repo is considered an MCP server if its name, description, or GitHub topics contain any of:

  • mcp
  • model-context-protocol
  • modelcontextprotocol
  • model context protocol

License

MIT

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Automate Glama Submit

How do I install Automate Glama Submit?

Run git clone https://github.com/nirholas/automate-glama-submit, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Automate Glama Submit safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Automate Glama Submit still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.