I have followed the install instructions and added the correct lines to the Claude Desktop config file. The MCP appears in Claude's list, and an initial test shows that list_branches works as expected ("Currently, there are no branches in the project.")
However, when starting up, I get the below errors, which indicate a (perhaps non-fatal) problem (taken from mcp-server-codeloops.log):
2025-05-11T23:54:47.088Z [codeloops] [error] Unexpected token 'P', "[ProjectMan"... is not valid JSON {"context":"connection","stack":"SyntaxError: Unexpected token 'P', \"[ProjectMan\"... is not valid JSON\n at JSON.parse (<anonymous>)\n at F$e (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:108:189)\n at j$e.readMessage (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:108:115)\n at B$e.processReadBuffer (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:109:1842)\n at Socket.<anonymous> (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:109:1523)\n at Socket.emit (node:events:518:28)\n at addChunk (node:internal/streams/readable:561:12)\n at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)\n at Readable.push (node:internal/streams/readable:392:5)\n at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)"}
2025-05-11T23:54:47.089Z [codeloops] [error] Unexpected token 'K', "[KnowledgeG"... is not valid JSON {"context":"connection","stack":"SyntaxError: Unexpected token 'K', \"[KnowledgeG\"... is not valid JSON\n at JSON.parse (<anonymous>)\n at F$e (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:108:189)\n at j$e.readMessage (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:108:115)\n at B$e.processReadBuffer (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:109:1842)\n at Socket.<anonymous> (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:109:1523)\n at Socket.emit (node:events:518:28)\n at addChunk (node:internal/streams/readable:561:12)\n at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)\n at Readable.push (node:internal/streams/readable:392:5)\n at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)"}
2025-05-11T23:54:47.089Z [codeloops] [error] Unexpected token 'C', "CodeLoops "... is not valid JSON {"context":"connection","stack":"SyntaxError: Unexpected token 'C', \"CodeLoops \"... is not valid JSON\n at JSON.parse (<anonymous>)\n at F$e (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:108:189)\n at j$e.readMessage (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:108:115)\n at B$e.processReadBuffer (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:109:1842)\n at Socket.<anonymous> (/Applications/Claude.app/Contents/Resources/app.asar/.vite/build/index.js:109:1523)\n at Socket.emit (node:events:518:28)\n at addChunk (node:internal/streams/readable:561:12)\n at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)\n at Readable.push (node:internal/streams/readable:392:5)\n at Pipe.onStreamRead (node:internal/stream_base_commons:191:23)"}
2025-05-11T23:54:47.109Z [codeloops] [info] Message from server: {"jsonrpc":"2.0","id":3,"error":{"code":-32601,"message":"Method not found"}}
Thought I'd report it in case there is an issue to address. Plan to start using with VS Code Copilot, so will report further if there are any problems there.
Using a MacBook Pro, everything up-to-date.
I have followed the install instructions and added the correct lines to the Claude Desktop config file. The MCP appears in Claude's list, and an initial test shows that
list_branchesworks as expected ("Currently, there are no branches in the project.")However, when starting up, I get the below errors, which indicate a (perhaps non-fatal) problem (taken from
mcp-server-codeloops.log):Thought I'd report it in case there is an issue to address. Plan to start using with VS Code Copilot, so will report further if there are any problems there.
Using a MacBook Pro, everything up-to-date.