uabrc.github.io icon indicating copy to clipboard operation
uabrc.github.io copied to clipboard

Research Computing Docs MCP Server

Open jgordini opened this issue 3 months ago • 1 comments

What would you like to see added?

made an mcp server for the RC Docs hosting it here:

https://smithery.ai/server/@jgordini/rcmcp

you can self host it as well from my github https://github.com/jgordini/rcmcp

jgordini avatar Oct 29 '25 20:10 jgordini

Here is some information about MCP servers with Microsoft Copilot https://code.visualstudio.com/docs/copilot/customization/mcp-servers

To use the rcmcp server go here: http://smithery.ai/server/@jgordini/rcmcp

Choose VS Code from the dropdown

Image

Copy the terminal command into your terminal. It should look something like:

npx -y @smithery/cli@latest install @jgordini/rcmcp --client vscode --profile uncertain-lion-0WfB5p --key 8b802b73-9e2f-4e56-8bf5-22e7deb9d0f8

Once the server is installed in VS Code It should show up under extensions

Image

Open the chat window and query the docs

Image

More advanced tools like roocode can ask follow up questions to give better results for a given task

https://roocode.com/

Image

jgordini avatar Oct 30 '25 01:10 jgordini