Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(mcp_server): POC implementation of mcp that can hook into Argus #10559

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fruch
Copy link
Contributor

@fruch fruch commented Apr 1, 2025

this one introduce 2 example of how we can hook argus APIs into Cursor (or any tool that support MCP protocol)

so we can have do things like create summaries of an SCT run or any other thing we would expect LLM to help us with in regards of the data store in Arugs or in SCT code base.

Testing

  • [ ]

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevant to this change (if needed)

this one introduce 2 example of how we can hook argus APIs into Cursor
(or any tool that support MCP protocol)

so we can have do things like create summaries of an SCT run
or any other thing we would expect LLM to help us with in regards of
the data store in Arugs or in SCT code base.
Copy link
Contributor

@soyacz soyacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a doc how to start it?

@fruch
Copy link
Contributor Author

fruch commented Apr 2, 2025

can you add a doc how to start it?

  1. install/download Cursor IDE
./mcp_install_with_requirements.sh
cp ~/.config/Claude/claude_desktop_config.json ~/.cursor/mcp.json 
  1. start Cursor, and check cursor settings -> mcp, to see it's green and connected
  2. ask away in the chat

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.

2 participants