Skip to content

MCP server POC for suseconnect#351

Open
digitaltom wants to merge 6 commits intomainfrom
mcp_server
Open

MCP server POC for suseconnect#351
digitaltom wants to merge 6 commits intomainfrom
mcp_server

Conversation

@digitaltom
Copy link
Member

@digitaltom digitaltom commented Feb 24, 2026

connect-mcp-2026-02-24_14.55.44.mp4

Jira: https://jira.suse.com/browse/SCC-536

The MCP server can get used as stdio by pointing to the suseconnect-mcp executable, or get run as an http server with:
go run cmd/suseconnect-mcp/suseconnect_mcp.go -http localhost:8666.

In gemini-cli, it can get used by adding to ~/.gemini/settings.json:

{
    "mcpServers": {
    "suseconnect-mcp-http": {
      "httpUrl": "http://localhost:8666",
      "timeout": 5000
    },
    "suseconnect-mcp-stdio": {
      "command": "/space/workspace/connect-ng/out/suseconnect-mcp",
      "args": []
    }
  }
}

Then, gemini can get use the tools for example to answer "What is the registration status of my system".

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant