space-mcp
Integrates with JetBrains Space, providing tools to manage merge requests (view, list, create, close, reopen, timeline, diff) and trigger Patronus CI dry runs with TeamCity checks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@space-mcpshow my open merge requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Space MCP
MCP server and CLI for JetBrains Space merge requests and Patronus CI dry runs.
Installation
Install uv, then:
uv tool install git+https://github.com/bindreams/space-mcp.gitThis installs two entry points:
Command | Purpose |
| CLI for merge requests, CI runs, and auth |
| MCP server (stdio transport) |
Related MCP server: forgejo-mcp
Authentication
A JetBrains Space personal token is required. Generate one at Personal Tokens.
Token is resolved in order:
SPACE_TOKENenvironment variableOS keyring (stored via
space auth login)~/.config/space/credentials.json(plaintext fallback)
space auth login # store token in keyring (prompted)
space auth login --token PAT # non-interactive
space auth status # show token source and detected context
space auth logout # remove stored credentialsDuring login you will also be offered to authenticate Docker with registry.jetbrains.team.
MCP Tools
Tool | Description | Parameters |
| Get MR details (title, state, author, reviewers) |
|
| List MRs for a repository |
|
| Full MR timeline: comments, reviews, dry run results |
|
| Create a new merge request |
|
| Close a merge request |
|
| Reopen a closed merge request |
|
| Download a file attachment from MR discussion |
|
| List Patronus runs (dry runs / safe merges) for an MR |
|
| Run details with TeamCity checks and problems |
|
| Start a CI dry run for an MR |
|
| Cancel a running Patronus run |
|
Most tools return YAML; timeline returns Markdown. Parameters marked with ? are optional.
MCP server configuration
First, authenticate via the CLI — the MCP server picks up stored credentials automatically:
space auth loginThen add to .mcp.json (project) or ~/.claude.json (global):
{
"mcpServers": {
"space": {
"command": "space-mcp"
}
}
}CLI
Global options: -P/--project, -R/--repo, --json, --no-color.
Project and repo are auto-detected from the git remote when inside a Space repository.
space mr — Merge requests
space mr view [REF] # MR details (number, URL, branch, or current branch)
space mr list # list MRs (-s open|closed|merged|all, -A author, -H branch)
space mr create BRANCH # create MR from branch (-t title, -b base, -d description)
space mr close [REF] # close an MR
space mr reopen [REF] # reopen a closed MR
space mr timeline [REF] # full timeline with discussions and dry run results
space mr checks [REF] # Patronus CI check status (--watch to poll)
space mr diff [REF] # diff between target and source (--stat, --name-only)
space mr checkout [REF] # fetch and checkout the MR branch
space mr merge [REF] # safe merge via Patronus (--rebase, --squash, --dry-run)
space mr download ID # download attachment by ID (-o output path)space run — Patronus CI runs
space run list # list runs for current branch (-b branch, -B base)
space run view RUN # run details with TeamCity checks (UUID or URL)
space run start [REF] # start dry run (--merge, --rebase, --squash, --watch)
space run cancel RUN # cancel a running Patronus run
space run watch RUN # live progress with terminal animationspace auth — Authentication
space auth login # store token (--token, --insecure-storage)
space auth logout # remove credentials
space auth status # show token source and contextspace api — Raw API access
space api /api/http/... # authenticated GET to Space
space api /app/rest/... --patronus # authenticated GET to Patronus
space api /api/http/... -X POST -f key=val # POST with JSON bodyspace status — Dashboard
space status # MR and latest CI run for current branchDevelopment
See CONTRIBUTING.md for development setup and testing.
License
Copyright 2026, Anna Zhukova
This project is licensed under MPL-2.0. The license text can be found at LICENSE.md.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bindreams/space-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server