spacecode-ai/SpaceBridge-MCP
MCP server that turbocharges vibe coding by automating issue tracking
Platform-specific configuration:
{
"mcpServers": {
"SpaceBridge-MCP": {
"command": "npx",
"args": [
"-y",
"SpaceBridge-MCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
*IMPORTANT: This project is deprecated. Spacebridge MCP server is now available over HTTPS. See instructions at https://spacebridge.io*
A Model Context Protocol (MCP) server that integrates with the SpaceBridge REST API (https://spacebridge.io/docs) to automate issue management across connected issue trackers.
SpaceBridge-MCP is a Model Context Protocol (MCP) server designed to integrate AI development tools (like Claude code, Windsurf, Cursor) with the SpaceBridge issue aggregation platform. It allows developers to interact with their issue trackers directly from their coding environment via their AI assistant.
Core Benefits:
get_issue_by_id), enabling more context-aware code generation and analysis.Functionality:
The server exposes MCP tools and resources that translate natural language requests from an AI assistant into SpaceBridge API calls. Key features include intelligent duplicate checking (using similarity search and LLM comparison) before issue creation and flexible handling of organization/project context.
get_issue_by_id: Retrieves details for a specific issue using its SpaceBridge ID.search_issues: Searches for issues based on a query string using either full-text or similarity search.create_issue: Creates a new issue. Before creation, it performs Loading reviews...