Getting "Resource not found" from github MCP

Hello,

I’ve set up a project level github MCP


Token is for sure valid (I just regenrated) and it is marked at repo level.

however i am getting the following error every time the composer agent tries to run any github related tool:

would appreciate any help here. Thanks!

Also getting this error. The setup works fine on Claude fwiw.

Me too. I saw the use of the env command in this thread, but it didn’t work either and resulted in the same error.

"github": {
			"type": "command",
			"command": "env",
			"args": [
				"GITHUB_PERSONAL_ACCESS_TOKEN=token",
				"npx",
				"-y",
				"@modelcontextprotocol/server-github"
			]
		},