Skip to main content
Glama

MCP Atlassian Server

smithery.yaml1.15 kB
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - CONFLUENCE_URL - CONFLUENCE_USERNAME - CONFLUENCE_API_TOKEN properties: CONFLUENCE_URL: type: string description: "URL of your Confluence instance. Example: https://your-domain.atlassian.net/wiki" CONFLUENCE_USERNAME: type: string description: "Username or email for Confluence authentication." CONFLUENCE_API_TOKEN: type: string description: "API token for Confluence." commandFunction: |- (config) => ({ command: 'node', args: ['build/index.js'], env: { CONFLUENCE_URL: config.CONFLUENCE_URL, CONFLUENCE_USERNAME: config.CONFLUENCE_USERNAME, CONFLUENCE_API_TOKEN: config.CONFLUENCE_API_TOKEN } }) exampleConfig: CONFLUENCE_URL: "https://your-domain.atlassian.net/wiki" CONFLUENCE_USERNAME: "your-email@domain.com" CONFLUENCE_API_TOKEN: "your-confluence-api-token"

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

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