Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_REPONoRepository nameorganisation.md
GITHUB_OWNERYesGitHub username or organisation that owns the repo
GITHUB_TOKENYesGitHub personal access token with repo scope

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_orgA

Read the full organisation.md file from the GitHub repo.

read_sectionA

Read a specific section from organisation.md by heading name.

update_sectionB

Propose an update to a section in organisation.md. Creates a pull request for review.

propose_changeB

Propose a change to any file in the organisation.md repo. Creates a pull request.

search_contextA

Search across organisation.md and CONTEXT/ files for matching text.

list_context_filesB

List all files in the CONTEXT/ directory of the repo.

import_fileA

import a file (txt, md, docx) into the repo as context. creates a context/ entry and updates the organisation.md index. the ai agent passes file content it has already read.

add_infoA

add information to the knowledge base using natural language. describes what to add, and the tool figures out which section and file to put it in.

remove_infoB

remove information from the knowledge base using natural language. describes what to remove, and the tool finds and removes it.

check_rolesA

check who has what permissions on this repo. reads the codeowners file and current collaborator permissions.

configure_codeownersB

update the .github/codeowners file to define who can approve changes to specific paths.

check_permissionsA

check if the current user can perform a specific action (add, delete, approve, merge).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
organisation.md - Full ContentThe entire organisation.md file with all sections
organisation.md - IdentityThe Identity section of organisation.md
organisation.md - Mission & VisionThe Mission & Vision section of organisation.md
organisation.md - TeamThe Team section of organisation.md
organisation.md - Active ProjectsThe Active Projects section of organisation.md
organisation.md - DecisionsThe Decisions section of organisation.md
organisation.md - PreferencesThe Preferences section of organisation.md
organisation.md - RoutinesThe Routines section of organisation.md
organisation.md - GlossaryThe Glossary section of organisation.md

Latest Blog Posts

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/shashank-sn/organisation.md'

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