mcp-multisource
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ROLE | No | Access control role: 'viewer', 'contributor', or 'admin'. Unrecognised values fail closed to 'viewer'. | viewer |
| MAX_RETRIES | No | Maximum number of retries for retryable errors. | |
| GITHUB_TOKEN | No | GitHub fine-grained personal access token. Requires at least Contents: read, Issues: read+write, Metadata: read, and Pull requests: read permissions. | |
| NOTION_TOKEN | No | Notion integration secret. The integration must be explicitly shared with at least one page in Notion. | |
| ALLOWED_REPOS | No | Comma-separated list of GitHub repositories allowed for this deployment. Empty means unscoped. Matching is case-insensitive. | |
| LINEAR_API_KEY | No | Linear personal API key. Do not prefix it with 'Bearer'. | |
| ALLOWED_LINEAR_TEAMS | No | Comma-separated list of Linear team keys or IDs allowed for this deployment. Empty means unscoped. | |
| ALLOWED_NOTION_PAGES | No | Comma-separated list of Notion page IDs allowed for this deployment. Dashes are stripped before comparison. Empty means unscoped. | |
| HTTP_TIMEOUT_SECONDS | No | HTTP timeout in seconds for outbound requests to source APIs. | |
| BREAKER_RESET_SECONDS | No | Cooldown 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| release_readinessB | Cross-source snapshot: open GitHub PRs/issues for a repo, matching Notion specs, and Linear tracked work. Returns partial results with a |
| 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
| 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/arpitpaliwal007/mcp-multisource'
If you have feedback or need assistance with the MCP directory API, please join our Discord server