Overview Version History Q & A Rating & Review
VS Code extension that exposes MCP (Model Context Protocol) tools for Jira, Confluence Wiki and GitLab to language-model-based assistants such as GitHub Copilot. The extension manages credentials securely, spawns the MCP server automatically and provides commands for configuration and troubleshooting.
Install from the VS Code Marketplace
Key features
Expose 28+ MCP tools (Jira, Wiki, GitLab) to VS Code language model integrations
Securely store access tokens using VS Code Secret Storage
Automatically spawn and configure the MCP server based on VS Code settings
Reactive configuration - changes are picked up without restarting VS Code
Show integration status, view logs and reload tools from the Command Palette
Available commands
Command
ID
Set Comarch Jira Bearer Token
mcp-integration-tool.setJiraToken
Set Comarch Wiki Bearer Token
mcp-integration-tool.setWikiToken
Set Comarch GitLab Access Token
mcp-integration-tool.setGitlabToken
Show Configuration Status
mcp-integration-tool.showConfigurationStatus
Show Comarch MCP Integration Logs
mcp-integration-tool.showLogs
Refresh MCP Server (reload tools)
mcp-integration-tool.refreshMcpServer
Configuration
Settings live under the mcp-integration-tool namespace.
Basic
Setting
Type
Default
Description
read-only-mode
boolean
false
Enable read-only mode — only read tools are available, write operations are blocked
enable-jira-integration
boolean
false
Enable Jira tools
jira-base-url
string
""
Jira REST API base URL
jira-comment-visibility-role
string
""
Default role for comment visibility restriction (e.g., Comarch users)
enable-wiki-integration
boolean
false
Enable Confluence Wiki tools
wiki-base-url
string
""
Wiki REST API base URL
enable-gitlab-integration
boolean
false
Enable GitLab tools
gitlab-base-url
string
""
GitLab REST API base URL
Advanced
Setting
Type
Default
Description
log-level
enum
"info"
Logging verbosity (debug, info, warn, error)
enable-rate-limiting
boolean
true
Enable request rate limiting
rate-limit-max
number
100
Max requests per rate limiting window
rate-limit-window
number
60000
Rate limiting window in ms
http-timeout
number
30000
HTTP request timeout in ms
http-max-retries
number
3
Max retry attempts for failed requests
http-retry-delay
number
1000
Delay between retries in ms
cache-ttl
number
300000
Cache time-to-live in ms
cache-max-size
number
500
Max number of cache entries
Requirements
VS Code 1.104.0 or later with MCP support
Node.js 18+ (bundled with VS Code)
Diagnostics and troubleshooting
Run Show Configuration Status to verify which integrations are active and whether tokens are set.
Run Show Comarch MCP Integration Logs to inspect extension and server logs.
Make sure bearer tokens were set using the appropriate Set ... Token commands and that base URLs are correct.
If tools are missing after a configuration change, run Refresh MCP Server (reload tools) .
If authorization errors persist, reissue tokens and confirm permissions with your administrator.
If you still need help, collect logs and share them with your internal support or operations team.