Does the MCP Server cover my use Case? #2161
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, certainly our MCP server can get the files you want it to for example, and issues and things, so you likely can do what you need with it, but it depends a bit on whether you want to the agent to be able to do. One exception is you cannot use our MCP to pull down URLs for research outside of GitHub content, so you would likely need a tool for web fetch too. Depending on your constraints, I expect GitHub MCP could enable a lot of what you want, but for stuff that is provided up-front/deterministic you might want to just fetch that stuff ahead of time for the agent via code. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.


Hi, certainly our MCP server can get the files you want it to for example, and issues and things, so you likely can do what you need with it, but it depends a bit on whether you want to the agent to be able to do.
One exception is you cannot use our MCP to pull down URLs for research outside of GitHub content, so you would likely need a tool for web fetch too.
Depending on your constraints, I expect GitHub MCP could enable a lot of what you want, but for stuff that is provided up-front/deterministic you might want to just fetch that stuff ahead of time for the agent via code.