feat: add octocode-mcp and mcp-searxng servers#362
Closed
rcdailey wants to merge 1 commit intostacklok:mainfrom
Closed
feat: add octocode-mcp and mcp-searxng servers#362rcdailey wants to merge 1 commit intostacklok:mainfrom
rcdailey wants to merge 1 commit intostacklok:mainfrom
Conversation
Add packaging for two MCP servers: - octocode-mcp v12.0.0: GitHub repository analysis and code discovery https://www.npmjs.com/package/octocode-mcp - mcp-searxng v0.8.0: SearXNG search engine integration https://www.npmjs.com/package/mcp-searxng Signed-off-by: Robert Dailey <git@rdailey.me>
Collaborator
|
Hey! thanks a lot for submitting this! After reviewing them I think it would be fine to include these. Can you open separate PRs for each for better tracking? It also seems that the searxng has some issues with the security scan since it requires an environment variable to be set for it to run. I'm coming up with a solution so the scan can reliably run. |
4 tasks
This was referenced Feb 5, 2026
Author
|
Split into separate PRs per maintainer request:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add packaging for two MCP servers to Dockyard:
octocode-mcp
MCP server for advanced GitHub repository analysis and code discovery. Provides AI assistants with tools to search, analyze, and understand codebases across GitHub.
mcp-searxng
MCP server for SearXNG search engine integration. Enables AI assistants to perform web searches using a self-hosted SearXNG instance.