organisation.md
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_REPO | No | Repository name | organisation.md |
| GITHUB_OWNER | Yes | GitHub username or organisation that owns the repo | |
| GITHUB_TOKEN | Yes | GitHub personal access token with repo scope |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| organisation.md - Full Content | The entire organisation.md file with all sections |
| organisation.md - Identity | The Identity section of organisation.md |
| organisation.md - Mission & Vision | The Mission & Vision section of organisation.md |
| organisation.md - Team | The Team section of organisation.md |
| organisation.md - Active Projects | The Active Projects section of organisation.md |
| organisation.md - Decisions | The Decisions section of organisation.md |
| organisation.md - Preferences | The Preferences section of organisation.md |
| organisation.md - Routines | The Routines section of organisation.md |
| organisation.md - Glossary | The 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