Skip to content

8617: JMC MCP server - #727

Draft
thegreystone wants to merge 2 commits into
openjdk:masterfrom
thegreystone:mcp-server
Draft

thegreystone wants to merge 2 commits into
openjdk:masterfrom
thegreystone:mcp-server

Conversation

@thegreystone

@thegreystone thegreystone commented Aug 27, 2026

Copy link
Copy Markdown
Member

This PR adds an MCP server so that recordings can be easily analyzed from within AI harnesses, such as Claude code, codex and/or any other harness supporting MCP servers.

The MCP server can be built as a native binary using Graal VM native image. Use the documentation for your particular harness to understand how to install it.

Note that the choice of model matters enormously when using the MCP server. I have had very good results with Fable.


Progress

  • Commit message must refer to an issue
  • Change must be properly reviewed (1 review required, with at least 1 Committer)

Error

 ⚠️ Pull request body is missing required line: - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).

Issue

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jmc.git pull/727/head:pull/727
$ git checkout pull/727

Update a local copy of the PR:
$ git checkout pull/727
$ git pull https://git.openjdk.org/jmc.git pull/727/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 727

View PR using the GUI difftool:
$ git pr show -t 727

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jmc/pull/727.diff

@bridgekeeper

bridgekeeper Bot commented Aug 27, 2026

Copy link
Copy Markdown

👋 Welcome back hirt! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk

openjdk Bot commented Aug 27, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@thegreystone

Copy link
Copy Markdown
Member Author

@robilad, would this be more palatable? It's basically just giving agents access to JMC core through an MCP server.

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants