A Model Context Protocol (MCP) server for generating rules for Konveyor.
Examples
./scribe-linux-x64.bin
# or on macOS
./scribe-macos-arm64.binjava -jar scribe.jarmvn quarkus:devThe server runs on http://localhost:8080 by default.
Add to your mcp.json:
{
"mcpServers": {
"scribe": {
"url": "http://localhost:8080/mcp/sse"
}
}
}Add to claude_desktop_config.json:
{
"mcpServers": {
"scribe": {
"url": "http://localhost:8080/mcp/sse"
}
}
}Add to your Goose config:
extensions:
scribe:
display_name: Scribe MCP
enabled: true
name: scribe
timeout: 300
type: sse
uri: "http://localhost:8080/mcp/sse"