Spidergate MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_PERSONAL_ACCESS_TOKEN | Yes | GitHub Personal Access Token with repo scope or fine-grained permissions. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_upcoming_calendar_eventsA | Retrieves upcoming events across all active Google Calendars within the next X days. |
| add_calendar_eventB | Creates a new calendar event.
|
| delete_calendar_eventB | Deletes a calendar event by its ID, with automatic scan fallback. |
| list_google_tasksB | Lists tasks from the primary task list including status and ID. |
| add_google_taskB | Creates a new Google Task. due_iso in RFC3339 format (e.g. '2026-08-12T00:00:00.000Z'). |
| complete_google_taskB | Marks a Google Task as completed using its Task ID. |
| delete_google_taskB | Deletes a Google Task by its Task ID. |
| list_github_issuesA | Lists issues for a given repository (e.g. 'owner/repo'). State: 'open', 'closed', 'all'. |
| create_github_issueC | Creates a new issue in a GitHub repository. |
| comment_github_issueA | Adds a comment to an existing issue or pull request. |
| list_github_pull_requestsB | Lists pull requests for a given repository. |
| create_github_pull_requestB | Creates a new pull request. |
| commit_and_push_fileC | Creates or updates a file directly in a GitHub repository. |
| get_spidergate_statusA | Returns runtime diagnostics and status metadata for the gateway. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/florianfendt/spiderweb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server