Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
16
1

get_user_repository

Retrieve specific user repositories from AtomGit by providing owner and repo details, enabling efficient management of open-source collaboration resources.

Instructions

Search for AtomGit user repository

Input Schema

NameRequiredDescriptionDefault
ownerYesSearch query owner(see AtomGit search syntax)
repoYesSearch query repo(see AtomGit search syntax)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Search query owner(see AtomGit search syntax)", "type": "string" }, "repo": { "description": "Search query repo(see AtomGit search syntax)", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaiyuanxiaobing/atomgit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server