Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_ROLENoAccess control role: 'viewer', 'contributor', or 'admin'. Unrecognised values fail closed to 'viewer'.viewer
MAX_RETRIESNoMaximum number of retries for retryable errors.
GITHUB_TOKENNoGitHub fine-grained personal access token. Requires at least Contents: read, Issues: read+write, Metadata: read, and Pull requests: read permissions.
NOTION_TOKENNoNotion integration secret. The integration must be explicitly shared with at least one page in Notion.
ALLOWED_REPOSNoComma-separated list of GitHub repositories allowed for this deployment. Empty means unscoped. Matching is case-insensitive.
LINEAR_API_KEYNoLinear personal API key. Do not prefix it with 'Bearer'.
ALLOWED_LINEAR_TEAMSNoComma-separated list of Linear team keys or IDs allowed for this deployment. Empty means unscoped.
ALLOWED_NOTION_PAGESNoComma-separated list of Notion page IDs allowed for this deployment. Dashes are stripped before comparison. Empty means unscoped.
HTTP_TIMEOUT_SECONDSNoHTTP timeout in seconds for outbound requests to source APIs.
BREAKER_RESET_SECONDSNoCooldown in seconds before an open circuit breaker transitions to half-open.

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
release_readinessB

Cross-source snapshot: open GitHub PRs/issues for a repo, matching Notion specs, and Linear tracked work. Returns partial results with a degraded list when a source is unavailable.

system_healthC

Per-source health: reachable, circuit state, rate budget, last error.

access_policyA

Show this session's role, capabilities and resource scopes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/arpitpaliwal007/mcp-multisource'

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