MCP server intelligence profile

GitLab Forum MCP Server

Enables searching, reading, and analyzing discussions on GitLab's community forum for troubleshooting CI/CD issues and GitLab features. Pre-configured with GitLab-specific search filters and optimized workflows for support scenarios

Local Onlyahnmichael
Awaiting current scanNpm · 0.1.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
8Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @ahnmichael/gitlab-forum-mcp from npm

Version 0.1.2 declares 1 executable entrypoint.

npm install --save-exact @ahnmichael/gitlab-forum-mcp@0.1.2
npx -y -p @ahnmichael/gitlab-forum-mcp@0.1.2 @ahnmichael/gitlab-forum-mcp
MCP client configuration example
{
  "mcpServers": {
    "@ahnmichael/gitlab-forum-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@ahnmichael/gitlab-forum-mcp@0.1.2",
        "@ahnmichael/gitlab-forum-mcp"
      ]
    }
  }
}

Identity

Canonical sluggitlab-forum-mcp-41233bfaDeploymentLocal Only
Canonical packagenpm:@ahnmichael/gitlab-forum-mcpRepositoryahnmichael/gitlab-forum-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@ahnmichael/gitlab-forum-mcp0.1.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@ahnmichael/gitlab-forum-mcp0.1.2CurrentSep 5, 20268 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
@discourse/mcpServer-reported name
1Capability groups
Aug 23, 2026Observed

Tools 8

ToolCategoryAnnotationsRisk
discourse_filter_topicsFilter topics with a concise query language: use key:value tokens separated by spaces; category/categories for categories (comma = OR, '=category' = without subcats, '-' prefix = exclude), tag/tags (comma = OR, '+' = AND) and tag_group; status:(open|closed|archived|listed|unlisted|public) and personal in:(bookmarked|watching|tracking|muted|pinned); dates: created/activity/latest-post-(before|after) with YYYY-MM-DD or N (days); numeric: likes[-op]-(min|max), posts-(min|max), posters-(min|max), views-(min|max); order: activity|created|latest-post|likes|likes-op|posters|title|views|category with optional -asc; free text terms are matched full-text. Results are permission-aware.
Input schema
{
  "type": "object",
  "properties": {
    "filter": {
      "type": "string",
      "minLength": 1,
      "description": "Filter query, e.g. 'category:support status:open created-after:30 order:activity'"
    },
    "page": {
      "type": "integer",
      "minimum": 1,
      "description": "Page number (1-based)"
    },
    "per_page": {
      "type": "integer",
      "minimum": 1,
      "maximum": 50,
      "description": "Items per page (max 50)"
    }
  },
  "required": [
    "filter"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
discourse_get_userGet basic user info.
Input schema
{
  "type": "object",
  "properties": {
    "username": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "username"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
discourse_list_categoriesList categories visible to the current auth context.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
discourse_list_tagsList tags (if enabled).
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}
discourse_read_postRead a specific post.
Input schema
{
  "type": "object",
  "properties": {
    "post_id": {
      "type": "integer",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "post_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
discourse_read_topicRead a topic metadata and first N posts.
Input schema
{
  "type": "object",
  "properties": {
    "topic_id": {
      "type": "integer",
      "exclusiveMinimum": 0
    },
    "post_limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 100
    },
    "start_post_number": {
      "type": "integer",
      "minimum": 1,
      "description": "Start from this post number (1-based)"
    }
  },
  "required": [
    "topic_id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
discourse_searchSearch site content.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "description": "Search query"
    },
    "with_private": {
      "type": "boolean"
    },
    "max_results": {
      "type": "integer",
      "minimum": 1,
      "maximum": 50
    }
  },
  "required": [
    "query"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
discourse_select_siteValidate and select a Discourse site for subsequent tool calls.
Input schema
{
  "type": "object",
  "properties": {
    "site": {
      "type": "string",
      "format": "uri",
      "description": "Base URL of the Discourse site"
    }
  },
  "required": [
    "site"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

GitLab Forum MCP Server questions

How do I install GitLab Forum MCP Server?

Install the selected package version with: npm install --save-exact @ahnmichael/gitlab-forum-mcp@0.1.2

What tools does GitLab Forum MCP Server provide?

GitLab Forum MCP Server exposed 8 tools during independent protocol observation, including discourse_filter_topics, discourse_get_user, discourse_list_categories, discourse_list_tags, discourse_read_post, discourse_read_topic, discourse_search, discourse_select_site.

Is GitLab Forum MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

GitLab intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.