mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | Yes | GitHub token for accessing GitHub API | |
| TEAMS_CLIENT_ID | No | Client ID for Microsoft Graph | |
| TEAMS_TENANT_ID | No | Tenant ID for Microsoft Graph | |
| TEAMS_WEBHOOK_URL | No | Webhook URL for Microsoft Teams | |
| TEAMS_CLIENT_SECRET | No | Client secret for Microsoft Graph |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| echoA | Returns exactly the text you send |
| get_timeA | Returns the current server time in ISO format |
| github_statusA | Checks whether GitHub token is loaded and authentication works |
| github_authenticated_userA | Returns the currently authenticated GitHub account |
| github_list_reposC | Lists repositories for the authenticated GitHub user |
| github_create_issueC | Creates a GitHub issue in a repository |
| github_requestB | Sends a raw authenticated request to GitHub REST API. Use with caution. |
| teams_graph_statusA | Checks whether Microsoft Graph credentials are configured and working |
| teams_send_dmB | Sends a direct message (DM) to a specific Teams user by their email address |
| teams_send_messageB | Sends a plain text message to a Microsoft Teams channel via incoming webhook |
| teams_send_cardC | Sends a rich Adaptive Card message to a Teams channel (title + body + optional link) |
| github_list_issuesC | Lists open issues for a given repository |
| github_get_fileB | Reads a file from a GitHub repository and returns its content as text |
| github_create_pull_requestC | Opens a pull request on a GitHub repository |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Ezzeay/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server