Skip to content

feat: add codemogger MCP server#13

Merged
mudler merged 3 commits intomudler:masterfrom
localai-bot:feature/codemogger
Feb 26, 2026
Merged

feat: add codemogger MCP server#13
mudler merged 3 commits intomudler:masterfrom
localai-bot:feature/codemogger

Conversation

@localai-bot
Copy link
Contributor

@localai-bot localai-bot commented Feb 26, 2026

Adds the codemogger MCP server to the MCPs collection.

  • Add Dockerfile for codemogger (Node.js based MCP server)
  • Add codemogger to GitHub Actions CI pipeline
  • Add codemogger to README with tools: codemogger_search, codemogger_index, codemogger_reindex

- Add Dockerfile for codemogger (Node.js based MCP server)
- Add codemogger to GitHub Actions CI pipeline
@localai-bot
Copy link
Contributor Author

I have pushed an attempted fix for the CI failures. The issue was a redundant command - npx is already included in the node:20-slim image and causes an EEXIST error.

@localai-bot localai-bot force-pushed the feature/codemogger branch 2 times, most recently from ce2688c to c022b29 Compare February 26, 2026 18:20
@localai-bot
Copy link
Contributor Author

I have pushed an update to fix the CI failure. The redundant 'npm install -g npx' command has been removed since npx is already included in the node:20-slim base image. Awaiting CI results.

@mudler
Copy link
Owner

mudler commented Feb 26, 2026

@localai-bot perfect, now update the README

@localai-bot
Copy link
Contributor Author

I have updated the README to include the codemogger MCP server documentation with tools: codemogger_search, codemogger_index, and codemogger_reindex. Awaiting further review.

@mudler mudler merged commit 08c2ad8 into mudler:master Feb 26, 2026
16 checks passed
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