Skip to main content
Glama

MCP Atlassian

by ArconixForge
io.py579 B
"""I/O utility functions for MCP Atlassian.""" from mcp_atlassian.utils.env import is_env_extended_truthy def is_read_only_mode() -> bool: """Check if the server is running in read-only mode. Read-only mode prevents all write operations (create, update, delete) while allowing all read operations. This is useful for working with production Atlassian instances where you want to prevent accidental modifications. Returns: True if read-only mode is enabled, False otherwise """ return is_env_extended_truthy("READ_ONLY_MODE", "false")

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/ArconixForge/mcp-atlassian'

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