SpaceBridge-MCP

SpaceBridge-MCP

3.6

SpaceBridge-MCP is a Model Context Protocol server that integrates with the SpaceBridge REST API to automate issue management across connected issue trackers.

SpaceBridge-MCP is a Model Context Protocol (MCP) server designed to integrate AI development tools with the SpaceBridge issue aggregation platform. It allows developers to interact with their issue trackers directly from their coding environment via their AI assistant. The server reduces context switching by enabling issue management without leaving the development environment, automates issue tracking by facilitating workflows where AI assistants can automatically find or create relevant issues, and enhances AI context by providing access to issue details. It centralizes interaction by leveraging SpaceBridge to interact with multiple underlying issue trackers through a single interface. The server exposes MCP tools and resources that translate natural language requests from an AI assistant into SpaceBridge API calls, featuring intelligent duplicate checking and flexible handling of organization/project context.

Features

  • Resource: get_issue_by_id: Retrieves details for a specific issue using its SpaceBridge ID.
  • Tool: search_issues: Searches for issues based on a query string using either full-text or similarity search.
  • Tool: create_issue: Creates a new issue. Before creation, it performs a similarity search for potentially duplicate issues and uses an LLM to compare the top results against the new issue's content.
  • Tool: update_issue: Updates an existing issue.